- From: <bugzilla@jessica.w3.org>
- Date: Thu, 19 Sep 2013 14:25:47 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15430 --- Comment #14 from Simon Pieters <simonp@opera.com> --- (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). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 19 September 2013 14:25:48 UTC