[Webkit-unassigned] [Bug 12554] New: Repaint does not extend to bounds of gaussian blur

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 2 19:25:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12554

           Summary: Repaint does not extend to bounds of gaussian blur
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.sensoryoutput.com/external/freshview_week.svg
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kyle.rove at gmail.com


Summary: When hovering over a data point a JavaScript switches the visibility
of id="tooltip" which is a rectangle with a gaussian-blurred drop shadow. When
you mouse away from a data point, this tooltip should disappear completely, but
the latest nightly leaves remnants of the drop shadow until another repaint
occurs. I'm no expert, but it seems that the selective repaint that occurs when
the tooltip is re-hidden does not extend to the areas of the blurred rectangle
serving as the drop shadow.

Steps to reproduce: Go to
http://www.sensoryoutput.com/external/freshview_week.svg and mouse over
a data point and then off that data point.

Expected results: Box with text about data node should disappear completely,
including gaussian blur shadow.

Actual results: Outline of gaussian blur shadow remains until another mouseover
(repaint) occurs.

Last I checked, Firefox had this problem as well.


-- 
Configure bugmail: http://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