Bug 67472 (Py)
Summary: | Inline-block box not reformatting after <br/> removal | ||
---|---|---|---|
Product: | WebKit | Reporter: | Py <py.cladiere> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Minor | CC: | ahmad.saleem792, py.cladiere |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux |
Py
Consider the following situation:
An overall <div> displayed as an inline-block, two child, who are inline or inline-block, separated by a <br/>
If the <br/> is removed using Javascript, the box of the overall div will stay unchanged. It should be calculated again (the rendering is different from the one you would get by not using the <br/> at all).
A test case is available here: http://jsfiddle.net/4yj7U/1/
For the version, I'm not sure wich one to put, but the bug was reproduced under Chrome 13.0.782.218 and the default Android Browser on a Motorola Xoom.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I am not able to reproduce this using Safari 16.3 and we are matching with Chrome Canary 112 and Firefox Nightly 112.
Plus it was never confirmed, so I am marking this as "RESOLVED WONTFIX" rather than "RESOLVED CONFIGURATION CHANGED". Thanks!