[Webkit-unassigned] [Bug 14856] New: Select control inside table wraps incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 14:41:15 PDT 2007


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

           Summary: Select control inside table wraps incorrectly
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
               URL: http://www.altavista.com/image/default
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mpComplete at gmail.com


Reduced test case coming up.

Compare the above page (or upcoming test) in Safari and Firefox.  Notice how
Safari wraps the last <select> control to the second line, even though there
should be enough room to fit them all on the same line.

I've only been able to determine that this is somehow related to <select>
controls inside of a table, that the previous <td> has a width percent set, and
that the outer <td> has rowspan set.

My vague guess is that the size of a <select> control isn't properly taken into
account when determining the width of the table it's inside, and then is
wrapped when it turns out to be too big.


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