Bug 99412 - Fix some appearance glitches of multiple fields input elements
Summary: Fix some appearance glitches of multiple fields input elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 98226
  Show dependency treegraph
 
Reported: 2012-10-15 21:24 PDT by Kent Tamura
Modified: 2012-10-15 23:54 PDT (History)
7 users (show)

See Also:


Attachments
Patch (124.48 KB, patch)
2012-10-15 22:58 PDT, Kent Tamura
haraken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-10-15 21:24:05 PDT
* If CSS-specified width is wider than the intrinsic width of an input, the spin button and the picker indicator triangle should be put at the right side of the content area
* Remove top, right, and bottom padding to match input[type=number] appearance as possible
* Remove unnecessary position:relative for the spin button
Comment 1 Kent Tamura 2012-10-15 22:58:06 PDT
Created attachment 168857 [details]
Patch
Comment 2 Kentaro Hara 2012-10-15 23:27:08 PDT
Comment on attachment 168857 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=168857&action=review

> LayoutTests/ChangeLog:15
> +        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
> +        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:

Why did you update these two images only? (I wanted to see the image diffs on chromium-mac for other tests, if possible.)
Comment 3 Kent Tamura 2012-10-15 23:33:58 PDT
Comment on attachment 168857 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=168857&action=review

>> LayoutTests/ChangeLog:15
>> +        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
> 
> Why did you update these two images only? (I wanted to see the image diffs on chromium-mac for other tests, if possible.)

These images are FYI to see rendering differences. For other tests, differences are just paddings.
I can't generate correct Chromium-mac results locally because I'm using OSX 10.8 and Chromium-mac is 10.7.  So, to add all of images wastes resources.
Comment 4 Kentaro Hara 2012-10-15 23:36:52 PDT
Comment on attachment 168857 [details]
Patch

ok
Comment 5 Kent Tamura 2012-10-15 23:54:48 PDT
Committed r131421: <http://trac.webkit.org/changeset/131421>