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
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!
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!