[Webkit-unassigned] [Bug 10137] REGRESSION: Width style attribute not applied the same to unstyled <input type="text"> in WebKit as for Safari

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 11 12:33:25 PDT 2006


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


adele at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #11 from adele at apple.com  2006-08-11 12:33 PDT -------
This is caused by a change to match Firefox & IE that makes text fields and
textareas use the correct box model when in strict mode.  Password fields
haven't been transitioned to the new text field implementation yet, so that's
why they're different.  If you remove the doctype, you'll see that in quirks
mode, our new text fields will begin including the border & padding in the
width, and in the test case both fields will have matching widths.  When the
password fields are fully transitioned, you'll see that in strict mode, the
specified width will *not* include border and padding for both kinds of text
fields.


-- 
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