Bug 12442 - raster images disappearing during script execution (SVG)
Summary: raster images disappearing during script execution (SVG)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL: http://www.carto.net/papers/svg/dock/...
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-01-27 08:07 PST by Andreas Neumann
Modified: 2007-03-24 05:43 PDT (History)
0 users

See Also:


Attachments
Initial patch (4.31 KB, patch)
2007-03-23 10:58 PDT, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Updated patch (22.44 KB, patch)
2007-03-24 05:27 PDT, Nikolas Zimmermann
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Neumann 2007-01-27 08:07:53 PST
In the given example the raster images on top of the SVG file (above the big image) partially appear/disappear, but they should always be visible.

Thank you for having a look at the example!
Comment 1 Eric Seidel (no email) 2007-01-30 22:35:56 PST
Interesting.  I also see this on the console:

(event handler):Can't find variable: mousemove
(event handler):Can't find variable: mousemove

Comment 2 Nikolas Zimmermann 2007-03-23 10:58:53 PDT
Created attachment 13781 [details]
Initial patch

This fixes 12126, 12572 and this bug. Thanks for the report & pointing me to it Andreas!
Comment 3 Nikolas Zimmermann 2007-03-24 05:27:08 PDT
Created attachment 13796 [details]
Updated patch

Include a LayoutTest.
Comment 4 Oliver Hunt 2007-03-24 05:31:07 PDT
Comment on attachment 13796 [details]
Updated patch

looks good
Comment 5 Nikolas Zimmermann 2007-03-24 05:43:15 PDT
Landed in r20469.