Opened 11 years ago
Closed 11 years ago
#10971 closed task (fixed)
IE8 html_rtl.html / coordsWithHorzScrollbar failure
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | HTML | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
coordsWithHorzScrollbar() test is failing because (I think) the rect_horz <div> is not causing IE8 to display a horizontal scrollbar.
In [20614] you added a position:relative;right:-200px;
to that <div>, rolling back that change seems to fix the problem but perhaps breaks other browsers?
BTW, this is a different issue than #8076.
Note: See
TracTickets for help on using
tickets.
(In [21855]) Fixes #10971. Reset horizontal scrolling before hiding scrollbar so that IE8 isn't confused.