Bug 7892 - REGRESSION: New text fields that specify width have wrong min/max width
Summary: REGRESSION: New text fields that specify width have wrong min/max width
Status: RESOLVED DUPLICATE of bug 8092
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 08:36 PST by mitz
Modified: 2006-03-31 00:26 PST (History)
0 users

See Also:


Attachments
Test case (807 bytes, text/html)
2006-03-21 08:38 PST, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-03-21 08:36:59 PST
The width property is used for the field's actual width, but min/max width are computed using only the size attribute (or the default of 20). This causes a problem in tables, as can be seen in the test case that I am going to attach.
Comment 1 mitz 2006-03-21 08:38:33 PST
Created attachment 7214 [details]
Test case
Comment 2 Adele Peterson 2006-03-29 17:52:31 PST
Bumping to P1 since this causes a text field regression
Comment 3 mitz 2006-03-31 00:26:00 PST
Bug 8092 is a duplicate but has a Radar reference.

*** This bug has been marked as a duplicate of 8092 ***