Opened 13 years ago
Closed 13 years ago
#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 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Component: | General → HTML |
---|---|
Priority: | high → low |
Resolution: | → invalid |
severity: | major → normal |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See comments in above link. The differences are probably due to margin/font-size differences, not to a dojo bug. Using dojo.css might help. Please reopen if you can show this is a bug rather than just a a difference.