Skip to main content

Bug Tracker

Side navigation

#5692 closed bug (invalid)

Opened December 21, 2009 12:26AM UTC

Closed November 19, 2010 06:27AM UTC

In IE8 hide("slow") removes margin-bottom from a div when used in special case

Reported by: Polleke Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.4a2
Keywords: Cc:
Blocked by: Blocking:
Description

How to repeat:

  • Open test case in IE8 (pure, not compatibility)
  • Press "Or click here" repeatedly

See:

  • The top div (#foo) will seem to loose its margin-bottom and the bottom div #bar will move closer.

Observations:

  • Doesn't happen if you use hide() and not hide("slow")
  • Doesn't happen if you don't set list-style: none;
Attachments (1)
  • testcase.htm (1.0 KB) - added by Polleke December 21, 2009 12:27AM UTC.

Test case

Change History (1)

Changed November 19, 2010 06:27AM UTC by snover comment:1

resolution: → invalid
status: newclosed

Thanks for the report, but this is not a jQuery bug. This issue is specific to IE8 and is documented here. There is nothing jQuery can do to prevent this issue from occurring.