[Webkit-unassigned] [Bug 7180] New: Changing a table's cell position to absolute and back to static results in an extra cell being created

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Feb 10 12:46:52 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7180

           Summary: Changing a table's cell position to absolute and back to
                    static results in an extra cell being created
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: minor
          Priority: P3
         Component: Tables
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at mitzpettel.com


Changing a table cell's position property to absolute replaces it with an
anonymous cell containing a block. When the position is changed back to static,
the block changes back to a cell, but the anonymous cell is left behind, so now
there's an extra cell.

You can reproduce this in the testcase by changing the orange cell's position
property from static to absolute a few times using the radio buttons.

Filing as P3 since this doesn't come from a real website.


-- 
Configure bugmail: http://bugzilla.opendarwin.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