[Webkit-unassigned] [Bug 5909] overlapping element leaves trail when scrolling iframe (affects Gmail)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 15:11:03 PST 2007


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


koivisto at iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12985|                            |review?
               Flag|                            |
         AssignedTo|webkit-                     |koivisto at iki.fi
                   |unassigned at lists.webkit.org |




------- Comment #18 from koivisto at iki.fi  2007-02-06 15:11 PDT -------
Created an attachment (id=12985)
 --> (http://bugs.webkit.org/attachment.cgi?id=12985&action=view)
check layer hierarchy for overlap

Crawl the layer hierarchy for potential frame overlaps, use slow repaints if
something is found. It should handle common cases well and does not activate
slow repaints unnecessarily.

Check is done from frame paint() which is not too nice. Don't know where else
to put it, layer positioning is sort-of paint time thing. Caching could speed
it up in expense of added compexity. Not sure if it is really worthwhile.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list