See attachment.
(Chrome)
5 Answers, 1 is accepted
The issue seems to be caused by a browser bug and is related to the page zoom level, the specific HTML output inside the Window, and the values in the CSS rule below. We are aware of this problem but we have not come across a good and universal way to prevent the glitch. You can try fiddling with the styles to achieve an acceptable behavior in your specific scenario.
.k-textbox>input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input
{
height
:
1.65em
;
line-height
:
1.65em
;
padding
: .
177em
0
;
}
Regards,
Dimo
Telerik
Can we get an ETA on when that will be fixed?
The styles above are applied with the values shown. I was suggesting you to try changing the values, although this does not guarantee achieving a perfect solution.
I am afraid I cannot provide a timeframe for resolving this issue, as we are not able to find out a logical and predictable scheme to reproduce the problem. For example, the following demo works as expected:
http://demos.kendoui.com/web/grid/editing-popup.html
Dimo
Telerik
You can try experimenting with a zoom style:
.k-popup-edit-form
{
zoom:
1.05
;
}
You will notice that depending on the set value, some widgets may look OK and others may be broken.
Regards,
Dimo
Telerik