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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 00:55:57 PDT 2010


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |zimmermann at kde.org
                   |kit.org                     |
  Attachment #64541|0                           |1
        is obsolete|                            |
  Attachment #64542|0                           |1
        is obsolete|                            |
  Attachment #64543|0                           |1
        is obsolete|                            |




--- Comment #11 from Nikolas Zimmermann <zimmermann at kde.org>  2010-08-27 00:55:57 PST ---
Created an attachment (id=65686)
 --> (https://bugs.webkit.org/attachment.cgi?id=65686)
Patch

Indeed, all we need to do is respect the FrameViews scrollOffset.
Nested divs with overflow="scroll" already work properly, as the localToAbsolute() call already takes care of handling those translations.

Added three new tests covering scrollable SVG areas, and a large SVG area contained in (nested) divs with overflow="scroll", to rule out Simons concerncs.

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