#9440 closed bug (fixed)
v1.6.1 messes up layout in IE8
Reported by: | janhancic | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6.2 |
Component: | support | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Including jQuery 1.6.1 in your page and not doing anything with it causes some wierd behaviour in Internet Explorer 8. I can't really describe what the problem is, but here is a simple HTML file that reproduces this http://jsfiddle.net/f3bwS/ Click run, the result window will flash red then turn white, if you then resize the window it will go back to red as it should.
If you move the SCRIPT tag that "includes" jQuery from the body of the page, to the HEAD of the page (and before the STYLE) all is OK: http://jsfiddle.net/kGzwJ/ Moving SCRIPT into HEAD and after STYLE still causes this behaviour.
If you use jQuery 1.6 there is no problem. I've had this problem on http://www.mojalbum.com and now I've reverted back to 1.6 to temporarily solve the issue.
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → support |
---|---|
Milestone: | 1.next → 1.6.2 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
This has been fixed in the git version of jQuery: http://jsfiddle.net/timmywil/f3bwS/1/