Bug 15404

Summary: Lively Kernel map has occasional redraw issues
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://research.sun.com/projects/lively/index.xhtml

Description Nikolas Zimmermann 2007-10-06 12:28:18 PDT
Lively Kernel is much better nowadays in fb. There are sill some problems:

1) Open LK
2) Go to "More complex sample widgets"
3) Drag the "map" itself out of it's map widget and drop it somewhere
4) Use the controls to start translating the map, or scale it

Notice the repainting problems. Not yet investigated it's origin.
Comment 1 Eric Seidel (no email) 2007-10-06 13:12:01 PDT
I'm not sure this is related to feature-branch or not.  I was also able to reproduce these, by clicking on the lively kernel map and dragging around quickly.  The issue appears to occur when the next tile image hasn't been loaded correctly, but I'm not sure.  I'm also not sure if its required for the map to be "dragged out" (which doesn't seem to happen repeatably for me).  Maybe RenderSVGImage isn't always invalidating its old bounds rect?
Comment 2 Eric Seidel (no email) 2007-10-06 13:14:17 PDT
Ah!  RenderSVGImage does not have its own layout() method.  That's probably the issue.  It's probably not invalidating the old bounds rect properly.
Comment 3 Eric Seidel (no email) 2007-12-15 04:05:40 PST
I'm not able to reproduce this anymore.