RESOLVED WORKSFORME 15404
Lively Kernel map has occasional redraw issues
https://bugs.webkit.org/show_bug.cgi?id=15404
Summary Lively Kernel map has occasional redraw issues
Nikolas Zimmermann
Reported 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.
Attachments
Eric Seidel (no email)
Comment 1 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?
Eric Seidel (no email)
Comment 2 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.
Eric Seidel (no email)
Comment 3 2007-12-15 04:05:40 PST
I'm not able to reproduce this anymore.
Note You need to log in before you can comment on or make changes to this bug.