Opened 14 years ago
Closed 14 years ago
#8270 closed defect (fixed)
Chrome: dojo.coords() returns incorrect value for width
Reported by: | Jared Jurkiewicz | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | HTML | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
I encountered this doing a basic test. I had a sized div (width 200px, height 100px) and call dojo.coords on it. On IE, Firefox, Safari, etc, I get:
Width 200px Height 200px.
Expected!
On Chrome I get: Height 100px Width <whatever the page width is.>
It's not properly reporting the size of a sized element, such as a sized div.
I've included a testcase.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | test_DojoCoords.html added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Summary: | dojo.coords() returns incorrect value for width on Google Chrome → Chrome: dojo.coords() returns incorrect value for width |
---|
comment:3 Changed 14 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from sjmiles to James Burke |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hmm, svn/trac sync is not working again? Fixed in [16063].