[Webkit-unassigned] [Bug 25681] Use of DL on page with float left, following HTML element also gets lined up to final DD element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 23:25:09 PST 2023


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

--- Comment #7 from Karl Dubost <karlcow at apple.com> ---
So obviously the initial design of https://mfb.com.au/ has changed. 

The behavior of Safari is aligned with the one of Safari. 
But the test case is probably not obvious. Having a better test case would probably help to better understand.

But just removing the margin on 

dl#mbfNav {
    margin: 0 10px 0 10px;
    min-height: 27px;
    height: 2.4em;
}

fixes the issue on Chrome. 


hmmm… but… there is always a but… playing with zoom values, it changes the behavior.

It jumps in between states of next line and beside. So probably related to the boxes.

The real fix is clear:both.

At least it is resilient to zoom in Firefox.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230113/e2f11ba6/attachment.htm>


More information about the webkit-unassigned mailing list