Opened 12 years ago
Closed 11 years ago
#8510 closed defect (invalid)
IE 8: node.getBoundingClientRect and RTL direction bug
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Core | Version: | 1.2.3 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
In IE8RC1, the tests._base.html_rtl tests still mostly fail but I believe it is because node.getBoundingClientRect() returns a largish negative number for the "left" property. "top" is fine.
Need to contact MS, seems like a bug in the browser.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Keywords: | bidi added |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
Related to #8076. This should be fixed in an IE8 before or at shipping time for IE8.
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is working now with the released IE8
Note: See
TracTickets for help on using
tickets.
Perhaps should be using getBoundingClientRect().right.
My guess is that the negative number represents an offset from the right hand side?, like -100 means 100px from the right.