[Webkit-unassigned] [Bug 41259] Interacting with a <select> element within a transformed and clipped container scrolls the container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 16:43:47 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41259





--- Comment #8 from Dean Jackson <dino at apple.com>  2010-07-02 16:43:47 PST ---
-        point = o->localToAbsolute();
+        point = o->localToAbsolute(FloatPoint(), false, true);

in ContainerNode's get TopLeft and BottomRight work, and I don't see any regressions.

Preparing a patch with a real test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list