Ticket #5745 (closed defect: invalid)
Get Position with dojo.coords give wrong value with IE
| Reported by: | guest | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | HTML | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello
I testest get position with dojo.coords with attached test code.
the results are test 2 clicked with IE gives { l:38, t:120, w:30, h:13, x:38, y:120 } test 12 clicked with IE gives { l:38, t:40, w:36, h:13, x:38, y:210 }
test 2 clicked with FF gives { l:38, t:140, w:30, h:13, x:38, y:140 } test 12 clicked with FF gives { l:38, t:275, w:36, h:13, x:38, y:275 }
test 12 result with IE shows there is something bug.
Please refer to the attached file and discussion
http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/get-position-dojo-coords
Attachments
Change History
Note: See
TracTickets for help on using
tickets.