Ticket #5509 (new defect)

Opened 6 months ago

Last modified 4 months ago

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

Changed 6 months ago by peller

(In [11955]) Fixes bidi in quirks mode (thanks, makin) Fixes #3721 and backs out change from [11944] Refs #5509. Plus some size reductions. !strict

Changed 6 months ago by peller

  • description modified (diff)
  • summary changed from [11944] caused UT failure in IE6/7 to popups/dnd placement off by a scrollbar width in themeTester

must have something to do with the fact that there's a scrollbar on a pane that's not the main document.

Changed 4 months ago by peller

  • milestone changed from 1.1 to 1.2
Note: See TracTickets for help on using tickets.