Skip to main content

Bug Tracker

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

Attachments (0)
Change History (3)

Changed February 05, 2009 11:31PM UTC by dmethvin comment:1

Ticket #4017 has an unrelated issue with this hunk of code on IE as well. Thanks for narrowing it down! If you use

<object height="0">
does it give you the right answer?

Changed February 05, 2009 11:56PM UTC by backflip comment:2

Neither 'height="0"' nor something like 'style="display:none"' changes anything.

Changed May 10, 2009 04:37PM UTC by dmethvin comment:3

resolution: → fixed
status: newclosed

The problematic code was removed to fix #4017 so this should be resolved as well. Please reopen if it's still happening.