[Webkit-unassigned] [Bug 10137] New: REGRESSION: text field for <input type="password"> width style attribute not applied

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 27 20:15:41 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10137

           Summary: REGRESSION: text field for <input type="password"> width
                    style attribute not applied
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: https://myfiles.uiowa.edu/Basic/Login/Default.aspx
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jason.prell at gmail.com


Using 2006-07-28 r15664 of WebKit on Mac OS X v10.4.7 PPC, input elements with
a type of password are not the correct width when the width is set with the
style attribute.

The elements below will render with different widths using r15664:

<input name="txtUserName" type="text" id="txtUserName" tabindex="1"
style="width:130px;" />
<input name="txtPassword" type="password" id="txtPassword" tabindex="2"
style="width:130px;" />

This is a regression and did not occur with WebKit/418.8 Safari/419.3 (2.0.4).

An example can be viewed at the login page for the URL on this bug. Attached
are also images from r15664 and WebKit/418.8.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list