Ticket #3120 (closed bug: invalid)
slide effects with IE6/IE7 lists
| Reported by: | ryancramerdesign | Owned by: | ryancramerdesign |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
slideUp, slideDown functions don't reveal/hide properly on lists in IE6/IE7, while they work fine in other browsers (e.g. Firefox). Applicable to list items (li) within unordered (ul) or ordered (ol) lists.
On an unstyled list in Internet Exploder, a call to slideUp results in a slideDown occurring instead. Likewise, a call to slideDown results in a slideUp. On a styled list, half of the slide goes one way, and the other half the other way.
Test case with styled list: http://www.ryancramer.com/misc/jquery_slide/
Test case with unstyled list: http://www.ryancramer.com/misc/jquery_slide/no_styles.html
Note that show() and hide() effects also behave differently in IE with list items than in other browsers, but the slide effects are the simplest way to demonstrate.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


I was unable to repro this problem with the unstyled page using IE8 and jQuery 1.4.2; test case attached so I can try IE6/7 later.