[Webkit-unassigned] [Bug 48405] New: [Windows] Textfields <input>s have different widths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 02:57:58 PDT 2010


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

           Summary: [Windows] Textfields <input>s have different widths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://crbug.com/60348
        OS/Version: Windows 7
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


Created an attachment (id=71999)
 --> (https://bugs.webkit.org/attachment.cgi?id=71999&action=review)
Test case

Windows-only (including Chromium-win).

http://crbug.com/60348 shows three different issues.

- type=search appearance is almost same as type=text on Windows, but its width is shorter.
  Probably this is intentional.  An older revision of RenderThemeWin.cpp had the following comment:
    // Override padding size to match AppKit text positioning.
# http://trac.webkit.org/changeset/42020/trunk/WebCore/rendering/RenderThemeWin.cpp

- type=color/email/tel/url is shorter because they don't have "padding:1px 0" in themeWin.css.

- Input types with spin-button is shorter.  The root cause is unknown yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list