This is a fairly minor issue, but it's something a client noticed, so I wanted to mention it here. In Chrome for Desktop if I zoom the browser out (CTRL+ -) and then go to insert a table in the editor control, the view is jumbled (see attachment).
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 30 Aug 2013, 11:08 AM
Hello Carl,
I was able to reproduce the described problem only if I zoomed out the page to a zoom level smaller than 100%. Generally, it seems that the browser zooming behavior is not very precise.
You can try changing the ColorPicker's dropdown width to suit your scenario, for example:
.k-animation-container .k-ct-popup
{
width: 182px;
}
(the default width is 176px)
We will increase the width for future versions to avoid the problem, thanks.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!