[Webkit-unassigned] [Bug 67472] New: Inline-block box not reformatting after <br/> removal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 03:56:57 PDT 2011


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

           Summary: Inline-block box not reformatting after <br/> removal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: py.cladiere at gmail.com
                CC: py.cladiere at gmail.com


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.

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