Bug 97209
Summary: | [CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html crosstalks into float | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | alex, donggwan.kim, mibalan, mihnea, spena, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 57312 |
Dominik Röttsches (drott)
When changing the content-div's font to something other than the default, the text in the first box crosstalks into the float's space, instead of being flown around it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Pena
In the GTK port, With
font-size: 10px;
font-family: Ahem;
-webkit-font-smoothing: none;
The test passes: both in the current nightly build and back around when this bug was first reported (I used r129138 to test this). Without that, the test follows the behaviour stated in the description, and the text enters the float's space.
I will try to find the actual revision where this was fixed.
Simon Pena
After bisecting a bit, I found that this was fixed by bug #101803 in r137331: <http://trac.webkit.org/changeset/137331>
I resolving it as FIXED, but feel free to reopen if you think I am mistaken.