Side navigation
#3120 closed bug (invalid)
Opened July 02, 2008 03:55PM UTC
Closed December 02, 2010 08:07AM UTC
Last modified March 14, 2012 05:17PM UTC
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 (3)
Changed August 12, 2010 12:19AM UTC by comment:1
Changed October 29, 2010 05:45AM UTC by comment:2
owner: | → 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!
Changed December 02, 2010 08:07AM UTC by comment:3
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.