Bug 140074
| Summary: | [EFL] CSS padding values for input fields are ignored | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jaehun Lim <ljaehun.lim> |
| Component: | WebKit EFL | Assignee: | Jaehun Lim <ljaehun.lim> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | lucas.de.marchi, mcatanzaro |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jaehun Lim
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>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
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.