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:
Any assistance would be appreciated.
Regards,
Andrew
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