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

Insert Table View gets jumbled when the browser is zoomed out

1 Answer 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 28 Aug 2013, 02:33 PM
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

Sort by
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!
Tags
Editor
Asked by
Carl
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or