[Webkit-unassigned] [Bug 107326] Rubberband scrolling on news.google.com causes text to blink repeatedly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 20:26:17 PST 2013


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-29 20:28:17 PST ---
When we destroy the fixed layer because we think it's outside the viewport, the render tree is actually needing layout:

  RenderView 0x1180834f8 at (0,0) size 1143x605 (needs layout: positioned child)

and the fixed layer has a bogus 0,0 location:

    layer 0x10d67eca8 at (0,0) size 196x606 scrollWidth 204 (composited, bounds=at (0,0) size 196x605, drawsContent=1, paints into ancestor=0)
      RenderBlock (positioned) 0x10d69ded8 zI: 99 {DIV} at (0,0) size 196x608 [bgcolor=#FFFFFF] id="nav-menu-wrapper" class="nav nav-one-col-hp jfk-scrollbar-borderless left-nav-pinned" (needs layout: self)
        RenderBlock 0x10d652d28 {DIV} at (28,3) size 152x553 class="browse-sidebar"

-- 
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