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

v2014.1.423 layout problem with latest google chrome

3 Answers 62 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Holger
Top achievements
Rank 1
Holger asked on 29 Apr 2014, 11:34 AM
Hello,

After updating to v2014.1.423 I'm experiencing a layout problem with the DropDownList widget and the latest Google Chrome version (34.0.1847.131 m). In IE and Firefox it's working fine.

Please have a look into the attached screenshot and demo files.

Thanks,
Holger

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Apr 2014, 12:30 PM
Hello Holger,

The problem is caused by a CSS style, which is applied to DropDownLists by mistake. Sorry about that. The issues has already been fixed and changes will take effect in the next builds. You can avoid it immediately with:

.k-webkit .k-dropdown  .k-dropdown-wrap:before
{
    content: none;
}


Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Michael
Top achievements
Rank 1
answered on 05 Feb 2015, 08:32 PM
I am using Kendo UI Ver 2014.3.1119 and I am experiencing the same thing in Chrome.

I edited the kendo.common.min.css file to fix the issue.

When will this change be included in a new release?
0
Georgi Krustev
Telerik team
answered on 09 Feb 2015, 12:07 PM
Hello Michael,

I tried to replicate the described issue, but to no avail. The widget behaves and renders as expected. Here is a screencast that depicts my observations and this is the test demo.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Holger
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Michael
Top achievements
Rank 1
Georgi Krustev
Telerik team
Share this question
or