#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (4)
comment:1 Changed 12 years ago by
Changed 12 years ago by
Attachment: | test-3120.html added |
---|
comment:2 Changed 12 years ago by
Owner: | set to ryancramerdesign |
---|---|
Status: | new → pending |
Can anyone test the test case in ie6/ie7 with 1.4.4rc1? I don't currently have access to all IEs. If you can just confirm it happens, it'd be helpful!
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
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.