In the new release of kendo ui professional, content inside a window is overflowing ever so slightly. The printscreens attached show the exact same code I've written, with R1 2017 Kendo UI and with R2 2017 Kendo UI and you can see that the content is overflowed, even though the div.k-window-content height property is set to 100%. If I manually remove the padding .58em property this is fixed.
Thanks
Marc
4 Answers, 1 is accepted
0
Mark,
the screenshot is missing. Could you try re-attaching it.
On the issue, if it is indeed as simple as you describe it, we'll fix it promptly.
Regards,
Ivan Zhekov
Telerik by Progress
the screenshot is missing. Could you try re-attaching it.
On the issue, if it is indeed as simple as you describe it, we'll fix it promptly.
Regards,
Ivan Zhekov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Marc
Top achievements
Rank 1
answered on 09 May 2017, 07:02 AM
Hi Ivan!
My mistake, I have attached the screenshots here.
0
Accepted
Hello, Marc.
The issue is related to the box-sizing property, not the padding. I've logged it as an issue which you can follow here: https://github.com/telerik/kendo-ui-core/issues/3187.
We'll first take care of the window issue and then the rest.
In the mean time, if your fix works for you, do use it. After the fix is out, you may remove it.
Regards,
Ivan Zhekov
Telerik by Progress
The issue is related to the box-sizing property, not the padding. I've logged it as an issue which you can follow here: https://github.com/telerik/kendo-ui-core/issues/3187.
We'll first take care of the window issue and then the rest.
In the mean time, if your fix works for you, do use it. After the fix is out, you may remove it.
Regards,
Ivan Zhekov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Marc
Top achievements
Rank 1
answered on 11 May 2017, 06:03 AM
Hi Ivan
Thanks for checking this!
Marc