Opened 12 years ago
Closed 11 years ago
#8456 closed defect (fixed)
scrollIntoView does not like IE+RTL+BackCompat
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
The test_scroll.html page does not test IE + right-to-left + BackCompat? DOCTYPE (no DOCTYPE). It looks like offsetLeft values reported by IE are completely bogus which fools scrollIntoView.
Change History (3)
comment:1 Changed 12 years ago by
Keywords: | bidi added |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [19915]) Fixes #9699. References #8456. Refactor scrollIntoView to use the new dojo.position. Remove most browser-specific workarounds. Add support for position:fixed. !strict