[Webkit-unassigned] [Bug 12124] RenderTable::section{Above, Below}() can return the wrong answer for the {footer, header}

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 7 00:49:38 PST 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12257|0                           |1
        is obsolete|                            |
  Attachment #12273|                            |review?
               Flag|                            |




------- Comment #3 from mitz at webkit.org  2007-01-07 00:49 PDT -------
Created an attachment (id=12273)
 --> (http://bugs.webkit.org/attachment.cgi?id=12273&action=view)
Patch

(In reply to comment #2)
> (From update of attachment 12257 [edit])
> I think resetSectionPointerIfNotBefore needs an assertion that o is a table
> section as the caption code does that o is a RenderBlock; in fact, I'm not at
> all sure that there's a guarantee that o is a RenderBlock.

The assignments of o (to ptr and to m_caption) where either no-ops or 0
assignments. I changed things to not do the no-op and to make the 0 assignment
explicit, so no cast is needed.


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



More information about the webkit-unassigned mailing list