Opened 12 years ago
Closed 12 years ago
#8076 closed defect (fixed)
IE8: failure in test._base.html_rtl test
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | HTML | Version: | 1.2.1 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
The following tests fail in the html_rtl test:
- coordsWithHrzScrollbar
- eventClientXY
Change History (7)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
I also see the coordsWithVertScrollbar test failing with IE8 public rc1.
comment:3 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
Got confirmation this should be fixed by IE before IE8 goes out, moving it to 1.4 in case for some reason it does not get fixed by then.
comment:5 Changed 12 years ago by
Milestone: | 1.4 → tbd |
---|
Well, it's not fixed in the IE8 release, do we want to fix this for 1.3?
comment:6 Changed 12 years ago by
Testing with release version of IE8, the test failure is much more localized than before: the only problem is with coordsWithHorzScrollbar().
It works fine if there is no horizontal scrollbar, but once there is a scrollbar, things get get weird: a negative value for dojo.coords("rect100").x. The scrollBy(-50, 0) seems to have no effect (same failure with/without that line).
Still looking to see if this is something maybe weird in our code or something bad in IE 8.
comment:7 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [17076]: " IE8 no longer needs the bidiScrollLeft fix, neato."
Still happening with IE8 RC1.