Opened 11 years ago
Closed 10 years ago
#5692 closed bug (invalid)
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)
Change History (2)
Changed 11 years ago by
Attachment: | testcase.htm added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
Test case