Ticket #3455 (closed defect: fixed)
dojo.coords().y (and probably x), wrong value on Safari3 when page scrolled
| Reported by: | bill | Owned by: | sjmiles |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | HTML | Version: | 0.9 |
| Severity: | normal | Keywords: | 4dijit |
| Cc: |
Description (last modified by bill) (diff)
dojo.coords(node, true) is supposed to return the absolute position of a node.
It works correctly on FF mac, but on Safari3, the value returned depends on how much you scroll the page (as though I had called dojo.coords(node, false), I guess)
Tested on test_Dialog.html, for the lower link to show a TooltipDialog?. The TooltipDialog? on Safari shows up in the wrong place when the page is scrolled.
Change History
Note: See
TracTickets for help on using
tickets.