[Webkit-unassigned] [Bug 21968] SVG hover incorrect on a scrolled div
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 5 13:38:23 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=21968
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zimmermann at kde.org
------- Comment #4 from eric at webkit.org 2008-11-05 13:38 PDT -------
Should be simple to fix. The invalidation rect is not taking the scroll-offset
into account. This is due to SVG having a different drawing model from
HTML/CSS (SVG uses full transforms, html/css in webcore until recently only
used integer offsets). We're still working on making the SVG render tree fully
HTML-aware (and vice versa).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list