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

Window content area not rendering correctly

3 Answers 99 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 01 May 2014, 04:16 AM
In KendoUI 2013.3.1119 the rendering of windows where the content contained <p> tags worked fine. After an upgrade to version 2014.1.416 the window content area is rendered such that at the bottom of the window it overlaps the window border and shadow if there is <p> tag in the window content. See attached screenshot.

Tested in Google Chrome 32.0.1700.107 m. The problem also occurs in IE 11.
jQuery 1.11.0

Code to reproduce problem:

$('<div id=\'window\'></div>').appendTo($(document.body)).kendoWindow({
title : 'Window Title',
width : 300,
height : 300,
modal : true,
content : {
template : '<p>Test</p>'
},
});

Any assistance would be appreciated.

Regards,

Andrew

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 01 May 2014, 11:29 AM
Hello Andrew,


Thank you for bringing this issue to our attention. It is indeed a bug and I have logged it for fixing. As a small sign of gratitude I also updated your Telerik points.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Andrew
Top achievements
Rank 1
answered on 10 Jul 2014, 07:19 AM
Thanks Dimiter.

Just wondering whether there was any ETA for the fix?

Regards,

Andrew
0
Dimiter Madjarov
Telerik team
answered on 10 Jul 2014, 08:10 AM
Hello Andrew,


The fix will be available in the Q2 2014 release next week.

I wish you a great day!

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Window
Asked by
Andrew
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or