Side navigation
#10028 closed bug (cantfix)
Opened August 11, 2011 05:12PM UTC
Closed October 22, 2012 05:43PM UTC
scrollLeft not working IE 8, FF5 when element is hidden
Reported by: | anonymous | Owned by: | timmywil |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | offset | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the .scrollLeft method or using the animate method with the scrollLeft option when the element is hidden doesn't work in IE8 or FF5.
NOTE: This does work in IE7.
Here is a link to the fiddle: http://jsfiddle.net/Q46B3/2/
Attachments (0)
Change History (6)
Changed August 12, 2011 01:57PM UTC by comment:1
component: | unfiled → offset |
---|---|
priority: | undecided → low |
Changed August 15, 2011 11:26AM UTC by comment:2
keywords: | → needsdocs |
---|
Confirmed as consistent across modern browsers. I think as per timmywil's suggestion this should be documented.
Changed August 15, 2011 01:42PM UTC by comment:3
status: | new → open |
---|
I'll mark this as open as it is probably worth looking into what is different about IE6/7.
Changed October 08, 2011 03:38PM UTC by comment:4
keywords: | needsdocs |
---|
Docs for this have been updated. http://api.jquery.com/scrollLeft/ (could be expanded/improved)
Changed October 08, 2011 04:54PM UTC by comment:5
owner: | → timmywil |
---|---|
status: | open → assigned |
Changed October 22, 2012 05:43PM UTC by comment:6
resolution: | → cantfix |
---|---|
status: | assigned → closed |
http://jsfiddle.net/timmywil/Q46B3/4/
This may just be a needsdocs as the behavior seems to be consistent across the modern browsers.