Bug 138952
| Summary: | text-rendering: optimizeLegibility causes text to wrap in some instances | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Paul Verbeek <verbeek.p> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | mitz, mmaxfield, zalan |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
Paul Verbeek
When an element has text-rendering: optimizeLegibility the text sometimes wraps if it has a single space in it.
It happens when the element is also floated (either left or right), has a specific font (sans-serif) and a specific font-size (15px)
See http://jsbin.com/nomavoluye/3/edit?html,css,output
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
mitz
While I can’t reproduce this in Yosemite on a Retina display, this sort of bug is usually the result of inconsistent behavior of the complex text code path.
Which Windows port are you using?
Paul Verbeek
I use Windows 7 64 bit and I couldn't reproduce it on my Macbook in Yosemite. And it only happens on Chrome 39, not 38.