javascript - div is crashing my Internet explorer 8 -
my application having 4 tab, in middle tab have used content editable div. (within fraction of seconds) move tab , click on editable div , press space or character crashes ie8. if wait till cursor (2 3 second) blink once works fine no issues.
this issue noted in ie not in firefox. works smooth in firefox.
here code
<div id = "mydiv" contenteditable = "true" class = "size"></div> .size{ float: left; width: 390px; display: inline-block; height: 30px; background-color: #ffffff; border: 1px solid #cccccc; overflow-x:auto; overflow-y:auto; word-wrap: break-word; /* internet explorer 5.5+ */ white-space : normal; }
crash details
appname: iexplore.exe appver: 8.0.6001.18702 modname: mshtml.dll modver: 8.0.6001.23543 offset: 00085e7c
Comments
Post a Comment