[Webkit-unassigned] [Bug 33150] Do not render the full frame when there is some elements with fixed positioning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 12:21:56 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33150


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47844|review?                     |review-
               Flag|                            |




--- Comment #64 from Dave Hyatt <hyatt at apple.com>  2010-02-01 12:21:50 PST ---
(From update of attachment 47844)
This is not quite right.  Both fixed and absolute positioned objects can be
added to RenderView. so you can't just use the list as is like that.  I wasn't
suggesting that you change how you detected and added the objects.  The way you
did that in your old patch is still necessary.  The count just lets you not
keep a whole separate list, since you can walk the RenderView's list and check
if the object is fixed positioned (and if so use it).

Rename the variable in ScrollView to m_fixedObjectCount rather than
m_positionedObjectCount.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list