[Webkit-unassigned] [Bug 21625] drop down box and button are wrapped to new line because containing <span> tag does not inherit parent's <div> width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 12:42:23 PDT 2013


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


Robert Hogan <robert at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |robert at webkit.org




--- Comment #3 from Robert Hogan <robert at webkit.org>  2013-06-25 12:44:18 PST ---
This is one of those pathological cases where the presence of floats means you need to do a full layout in order to establish the true preferred width of the container. Previously dhyatt has r-'d attempts to fix this kind of bug as there's no way of fixing it properly without adopting a two-pass widths calculation model.

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