Side navigation
#4078 closed bug (fixed)
Opened February 05, 2009 06:49PM UTC
Closed May 10, 2009 04:37PM UTC
Function to prevent memory leaks in IE interfering with a height of 100% in IE6
Reported by: | backflip | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | ie6 height 100% object | Cc: | |
Blocked by: | Blocking: |
Description
In IE6 a DIV with a height of 100% is higher than it should be.
When changing line 3146 (removing of <object><param/></object>) it works.
Live example: http://backflip.info/div/jquery_1-3-1/index.html
Ticket #4017 has an unrelated issue with this hunk of code on IE as well. Thanks for narrowing it down! If you use
does it give you the right answer?