Ticket #5745 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

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

test.html (1.3 kB) - added by guest 2 years ago.

Change History

Changed 2 years ago by guest

Changed 2 years ago by bill

  • priority changed from high to low
  • resolution set to invalid
  • status changed from new to closed
  • component changed from General to HTML
  • severity changed from major to normal

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.

Note: See TracTickets for help on using tickets.