[Webkit-unassigned] [Bug 158344] New: an inline-block label does a linebreak because width: auto calculates the real width wrong.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 06:16:29 PDT 2016


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

            Bug ID: 158344
           Summary: an inline-block label does a linebreak because width:
                    auto calculates the real width wrong.
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: a.raupach at avm.de

an inline-block label does a linebreak because width:auto calculates the real width wrong.

So for example an input followed by a label having the following css: 

label {
  display: inline-block;
  width: auto;
}

This label does a line-break if the label has a specific length. So it depends on the content of that label.

The error looks like this:

[] this is a example lab
   el text


If you would put some letter in this setence, everything will be ok again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160603/47fe1f24/attachment.html>


More information about the webkit-unassigned mailing list