[Webkit-unassigned] [Bug 44083] SVGLocatable.getScreenCTM ignores scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 11:53:44 PDT 2010


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





--- Comment #10 from Mike Bostock <mbostock at cs.stanford.edu>  2010-08-25 11:53:43 PST ---
(In reply to comment #9)
> What about SVG nested inside multiple overflow:scroll divs?

That part's fine, as you can see from this test case:

http://graphics.stanford.edu/~mbostock/getScreenCTM-nested.html

The goal is for getScreenCTM to be consistent with the mouse event's clientX and clientY. The only discrepancy with the current implementation is scrolling on the parent frame or window; scrolled container elements appear to be handled correctly (and thus are consistent with pageX and pageY).

-- 
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