#7254 closed defect (fixed)
scrollIntoView incorrectly scrolls the vertical slider handle
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Running dijit.scrollIntoView(verticalSlider.domNode)works, but dijit.scrollIntoView(verticalSlider.focusNode) fails.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [14542]) Fixes #7254. Children of TD nodes can unexpectedly reference the TABLE node's offsetParent, even though the TD, TR and TBODY reference the TABLE as the offsetParent.