Bug 15404 - Lively Kernel map has occasional redraw issues
Summary: Lively Kernel map has occasional redraw issues
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://research.sun.com/projects/live...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 12:28 PDT by Nikolas Zimmermann
Modified: 2007-12-15 04:05 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.