[Webkit-unassigned] [Bug 140074] New: [EFL] CSS padding values for input fields are ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 4 21:22:14 PST 2015


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

            Bug ID: 140074
           Summary: [EFL] CSS padding values for input fields are ignored
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ljaehun.lim at samsung.com
                CC: demarchi at webkit.org

WebKit EFL overwrites padding values of input fields. So CSS padding values are ignored.

test codes:
<form>
<input type="text" size="100" style="padding-left: 100px;">
<br>
<select style="padding-left: 100px;">
    <option value="1">1</option>
    <option value="2">2</option>
</select>
</form>

-- 
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/20150105/595d73e3/attachment-0002.html>


More information about the webkit-unassigned mailing list