[Webkit-unassigned] [Bug 79682] http://shinydemos.com/clock/ doesn't seem to work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 07:11:34 PDT 2012


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


Florin Malita <fmalita at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fmalita at chromium.org




--- Comment #3 from Florin Malita <fmalita at chromium.org>  2012-05-15 07:10:38 PST ---
There are (at least) two issues at play here:

* the mask is not updated when the text changes - I think I narrowed this down to RenderSVGResourceContainer::layout() being too conservative when it comes to invalidation: it only invalidates if (everHadLayout() && selfNeedsLayout()); that should probably be relaxed to (everHadLayout() && needsLayout()).

* positioning is off: y="80%" appears to be relative to the viewport instead of the element that the mask is applied to.

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