Opened 14 years ago
Closed 14 years ago
#1948 closed defect (fixed)
dojo.style.getAbsolutePosition is wrong in IE while dir=rtl, and wrong in FF anyway.
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | HTML | Version: | 0.4 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
hi,
please look at the attachment (i hope i be able to attach it after "Submit ticket"...)
there you will find an example of trying to place a trasparent-absolute-positioned-DIV exactly above a TABLE.
in IE, when the direction of the page is right-to-left: <body dir="rtl"> , the left-point retuerned by dojo.style.getAbsolutePosition is too big.
in FF, both, the left-point and the top-point retuerned by dojo.style.getAbsolutePosition is a too big.
Attachments (1)
Change History (7)
Changed 14 years ago by
Attachment: | dojo_style_getAbsolutePosition.html added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from anonymous to Bryan Forbes |
comment:3 Changed 14 years ago by
Keywords: | bidi added |
---|
comment:4 Changed 14 years ago by
Owner: | changed from Bryan Forbes to Adam Peller |
---|
comment:5 Changed 14 years ago by
Component: | Style → HTML |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This appears to be fixed with the latest bidi changes in 0.9
Note: See
TracTickets for help on using
tickets.
this bug was found in verions 0.3.1 !!
i did NOT find a similar ticket among the closed tickes of milestone 0.4, so it maybe still an issue.
sorry for not testing it in verios 0.4 (i'm waiting for 0.4.1 to be released).