javascript - How to make sure the overflow css property is hidden in the kendo grid when an iframe is loaded before the container div is shown on IE10? -



javascript - How to make sure the overflow css property is hidden in the kendo grid when an iframe is loaded before the container div is shown on IE10? -

i have set of tabs load content within iframes. when select 1 of tabs frame loaded before making container div show next behavior occurs in ie10:

images:

i able reproduce issue using next code:

html:

<div style="display: none;"> <iframe src="http://demos.telerik.com/kendo-ui/grid/index" frameborder="0" style="height:1000px; width:100%; z-index: -1;"></iframe> </div>

javascript:

$(function() { settimeout(function () { $("div").css('display', 'block'); }, 2500); }

javascript html css kendo-grid internet-explorer-10

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -