[Webkit-unassigned] [Bug 115248] [CSSRegions] Min/max-width should support values other than length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 6 10:54:31 PDT 2013


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


Chris <chris.jones-gill at kisswebdesign.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris.jones-gill at kisswebdes
                   |                            |ign.co.uk




--- Comment #3 from Chris <chris.jones-gill at kisswebdesign.co.uk>  2013-07-06 10:56:30 PST ---
Seems that  

min-width: xx%;  

doesn't work when  

display: table;  
or  
display: table-cell;  

is set on the element, or parent element.  

See http://www.martialartworld.co.uk/ for an example - the top menu items *should* be equal widths (min-width: 14%), but the percentage is ignored.  

Tested in Chrome 27.0.1453.116 and Chrome 30.0.1559.0 canary.  

[note: http://www.martialartworld.co.uk/ is under development at the moment, but I've opened it up to viewing to demonstrate this issue, so the CSS is in a bit of a mess :-(  ]  

Compare the menu viewed using Chrome to how it looks in Firefox 22.0 (latest release as of this date).

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