Ticket #5509 (new defect)
popups/dnd placement off by a scrollbar width in themeTester
| Reported by: | peller | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | HTML | Version: | 1.0 |
| Severity: | normal | Keywords: | bidi |
| Cc: | hwcdl@… |
Description (last modified by peller) (diff)
[11944] caused UT failure in IE6/7. Had to back out this line in _base/html.js
+ return scrollLeft + de.clientWidth - de.scrollWidth; // Integer - return de.clientWidth - de.offsetWidth; // Integer
Now the unit tests pass again, but we're off by a scrollbar width.
Change History
Note: See
TracTickets for help on using
tickets.