This is a migrated thread and some comments may be shown as answers.

Splitview proportions wrong

1 Answer 38 Views
SplitView
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 21 Mar 2013, 05:58 AM
Hi,

Since updating to the latest 2013Q1 release the splitview widget has broken. The side-pane is now taking up the larger proportions and the main pain is smaller. This works fine on browser testing, but on an actual iPad using iOS 6.1.2 it is incorrect. I have confirmed it is not my code as the same issue is present with the online demos viewed using an iPad.

I have attached a screenshot from the ipad.

Cheers

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 21 Mar 2013, 10:47 AM
Hello Andrew,

This looks like a bug that was introduced shortly before the release, thanks for noticing it. I've fixed it here and the fix will be present in the next internal build and the service pack. Meanwhile, add this CSS to your page as a workaround:
.km-splitview > .km-pane
{
    width: auto;
}


I've also updated your points for the find.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
SplitView
Asked by
Andrew
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or