Permalink
Show file tree
Hide file tree
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unnecessary background setting in support now that we have the…
… div reversion. Test added.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e5457a5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IE8 still appears to crash when the testElement is removed. Putting back the 'background: "none"' in the testElementStyle appears to make IE8 happy (not crash). I tried to create a Fiddle but, weirdly, I couldn't get it to crash there. As far as I can tell, most of the time the body element is already in the DOM and the test element is a DIV. I notice the crash more consistently when I fire up a new iexplorer process and visit a page which uses jQuery (currently 1.6.2). Once the page is loaded, the crash is much less consistent (perhaps IE is doing some BODY caching/magic for performance?).