[Webkit-unassigned] [Bug 142968] New: [Flexbox] align-items: baseline on empty input element causes alignment to bottom of element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 09:17:50 PDT 2015


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

            Bug ID: 142968
           Summary: [Flexbox] align-items: baseline on empty input element
                    causes alignment to bottom of element
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bugzilla at roguewhaler.net

In a flex container with a text child (such as a label) and an <input type=“text”> child, baseline alignment works as expected only if the input element has a value specified. If the input element has no value, the sibling text element will be aligned to the bottom of the text input widget, rather than where its text baseline would be.

Testcase: http://codepen.io/anon/pen/EaraKp

(The testcase uses the unprefixed syntax, but the issue is the same whether using r181845 with no prefixes, or the shipping Safari 8.0.4 (10600.4.10.7) with prefixes.)

-- 
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/20150323/8fcbdba4/attachment-0002.html>


More information about the webkit-unassigned mailing list