[Webkit-unassigned] [Bug 27261] white-space:nowrap + display:inline resulting in sibling elements not wrapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 13:57:20 PDT 2012


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


Jesse McCarthy <bugs.webkit at jessemccarthy.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs.webkit at jessemccarthy.n
                   |                            |et




--- Comment #3 from Jesse McCarthy <bugs.webkit at jessemccarthy.net>  2012-05-24 13:56:24 PST ---
This sounds possibly related to an issue I've run into.  But since I'm not sure, and this report has been languishing for years anyway, I filed a new report, with a really minimal testcase:

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


In my situation I have <li>s with white-space: nowrap and display: inline and they overflow their <ul> when source code is formatted like:

<li>

...

</li>


vs.


<li>
...
</li>

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