Bug 140074 - [EFL] CSS padding values for input fields are ignored
Summary: [EFL] CSS padding values for input fields are ignored
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jaehun Lim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-04 21:22 PST by Jaehun Lim
Modified: 2017-03-11 10:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaehun Lim 2015-01-04 21:22:14 PST
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>
Comment 1 Michael Catanzaro 2017-03-11 10:44:19 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.