Open a modal window as in the code below.
Now drag the bottom of the underlying window up using the grab-bar, so that the bottom of the popup window is partially obscured.
Now try to close the modal window by clicking on the [X] at top right corner. On my PC (IE9) the modal window won't close.
Now drag the bottom of the underlying window up using the grab-bar, so that the bottom of the popup window is partially obscured.
var kendoWindow = $("<div id='msgwindow'/>").kendoWindow({ iframe: true, title: "foo", resizable: true, modal: true, width: "700px", height: "666px", content: { url: "foo.htm?startdate=" + foodate} }).data("kendoWindow"); kendoWindow.open().center();Now try to close the modal window by clicking on the [X] at top right corner. On my PC (IE9) the modal window won't close.