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

ButtonGroup CSS stretched.

2 Answers 78 Views
ButtonGroup
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 11 Mar 2014, 02:18 PM
Currently working on building a mobile app using Kendo Mobile and I am seeing an issue when loading a listview for the first time with a buttongroup at the top of the page.  The buttongroup gets stretched out into the listview.   If I navigate back to the page a second time the css of the buttongroup is fine.   Has anyone seen this issue before?  I can post code samples if need be. Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 13 Mar 2014, 03:28 PM
Hi Daniel,

This issue is hard to be reproduced without source. However it is a known iOS7 bug that randomly stretches element bitmaps when the View is initially created. We fixed this for the ListView filter that was most affected in Q3 SP1. Try if adding a transform to the ButtonGroup will fix it for you:
.km-ios7.km-on-ios .km-buttongroup
{
    -webkit-transform: translatez(0);
}


Regards,
Kamen Bundev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Daniel
Top achievements
Rank 1
answered on 14 Mar 2014, 01:48 PM
Thank you, Kamen. That worked. 
Tags
ButtonGroup
Asked by
Daniel
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or