Opened 12 years ago
Closed 12 years ago
#8460 closed defect (fixed)
IE8: dojo.coords() returns wrong position when page is scrolled
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | HTML | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from sjmiles to bill |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
d._getIeDocumentElementOffset() changes it's return value based on the document scroll, so it returns something like {x: -3, y: 500}... I'll fix although Eugene or James please review.