[Webkit-unassigned] [Bug 49411] Some floats left out of m_floatingObjects list in incremental line layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 15:52:14 PST 2010


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





--- Comment #2 from James Robinson <jamesr at chromium.org>  2010-11-11 15:52:14 PST ---
Here's what the render tree looks like at the end of layoutInlineChildren on the float's container:

layer 0x7fffeb54e3d8 at (0,0) size 800x600
  RenderView 0x7ffff7ef0a98 at (0,0) size 800x0 (needs layout: child)
 positive z-order list(1)
  layer 0x7fffeaa578d8 at (0,0) size 800x56
    RenderBlock 0x7ffff7f2f398 {HTML} at (0,0) size 800x0 (needs layout: child)
      RenderBody 0x7ffff7f2f558 {BODY} at (8,8) size 784x40 (needs layout: child)
        RenderBlock 0x7ffff7f2f8d8 {DIV} at (0,15) size 784x0
        RenderText 0x7fffeb5db318 {#text} at (0,0) size 0x0
        RenderBlock (floating) 0x7ffff7f2fef8 {DIV} at (0,20) size 0x20 (needs layout: child)
          RenderImage 0x7fffeb549c78 {IMG} at (0,15) size 0x0 (needs layout: self)
          RenderText 0x7fffeb5db198 {#text} at (0,0) size 0x0
        RenderText 0x7fffeb5db118 {#text} at (0,0) size 0x0
        RenderBR 0x7ffff7ee4768 {BR} at (0,0) size 0x0
        RenderText 0x7fffeb5db018 {#text} at (0,20) size 23x19
          text run at (0,20) width 23: "text"

startLine has m_x=0, m_y=0, m_lineBottom = 19, m_prevLineBox=0x0 and m_nextLineBox=endline
endLine has m_x=0 m_y=20 and m_lineBottom=39, m_prevLineBox=startLine and m_nextLineBox=0x0

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