[Webkit-unassigned] [Bug 177163] New: Inline floating element sometimes rendered not-inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 19 10:09:44 PDT 2017


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

            Bug ID: 177163
           Summary: Inline floating element sometimes rendered not-inline
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bendean837 at gmail.com

Webkit version: SVN Revision 222175 (also Safari 10.1.1)
Platform: Mac OSX 10.12.5

Inline floating element sometimes rendered not-inline

Steps to reproduce:

1. Unzip attached floatbug.zip
2. Open floatbug.html.

What is the expected behavior?
The elements ("First part" and "Second part") are displayed inline:
> First partSecond part

What went wrong?
They aren't:
> First part
> Second part

Interesting qualifications:
  - Executing document.body.innerHTML = document.body.innerHTML fixes the layout

  - The "First part" div gets its "float:left;" style from a <link>. Setting that css property
    via <style> element or inline style instead fixes the layout.

-- 
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/20170919/6ab66657/attachment.html>


More information about the webkit-unassigned mailing list