#19028 closed defect (fixed)
dojox/fx/scroll thinks all elements are the window in Firefox
Reported by: | bmaier | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.13 |
Component: | Dojox | Version: | 1.12.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Firefox adds a scrollTo property to normal elements, which breaks the check for whether a provided element is actually the window in dojox/fx/scroll. Opening the attached example in Firefox demonstrates this bug as the parent div is scrolled to show an element that's already visible.
Attachments (1)
Change History (10)
Changed 4 years ago by
Attachment: | scroll-bug.html added |
---|
comment:1 Changed 4 years ago by
comment:9 Changed 4 years ago by
Milestone: | tbd → 1.7.13 |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/dojo/dojox/pull/272