[Bug 15430] Interaction with getBoundingClientRect/elementFromPoint is not defined

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15430

--- Comment #15 from Simon Fraser <smfr@me.com> ---
(In reply to Simon Pieters from comment #14)
> (In reply to Aryeh Gregor from comment #4)
> > * scrollIntoView() on a transformed element must scroll the transformed
> > border box into view.  IE and WebKit get this right, Gecko and Opera get it
> > wrong.  If the transform is singular, it still must scroll the topmost or
> > bottommost point of the transformed box into view.
> 
> Can you elaborate on what you think is right here?
> 
> In http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2538 Gecko
> seems to do what you want (the topmost point of the transformed box is
> scrolled into view), while Bilnk does the opposite (the pre-transform "top"
> border edge is scrolled into view).

I think the correct behavior is to take the transforms into account for
scrollIntoView() (seems like Blink is wrong).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 19 September 2013 15:13:16 UTC