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

Kendo problem with jquery ui dialog

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
tamar eldad
Top achievements
Rank 1
tamar eldad asked on 13 May 2013, 11:30 AM
Your kendo.common.css contains the following declaration

:-webkit-any(body):after {
content: "";
display: block;
visibility: hidden;
height: 0;
font: 0/0;
-webkit-transform: translateZ(0);
}

The content css property cause a problem in jquery ui dialog - the scrollbar of the dialog are invisible/disapears 
If i am removing the content (putting in comment) all works well - scroll bars appears.

Are you familar with such problem? what can be cause by removing the conten:"" css property.

Thanks
Sigal

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 15 May 2013, 10:29 AM
Hi Tamar,

This CSS rule is used as a fix for rendering bug in one of the older Google Chrome version. You can find more information on the subject in this forum post.
The rendering bug of the browser is fixed in the latest versions and we will consider removing the CSS. Meanwhile please feel free to delete/comment the content.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
tamar eldad
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or