Bug 140074

Summary: [EFL] CSS padding values for input fields are ignored
Product: WebKit Reporter: Jaehun Lim <ljaehun.lim>
Component: WebKit EFLAssignee: Jaehun Lim <ljaehun.lim>
Status: RESOLVED WONTFIX    
Severity: Normal CC: lucas.de.marchi, mcatanzaro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.