Closed
Bug 5039
Opened 25 years ago
Closed 25 years ago
text fields are too narrow
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M9
People
(Reporter: karnaze, Assigned: pollmann)
References
()
Details
(Whiteboard: [TESTCASE] verified supplied testcases are valid)
Attachments
(1 file)
(deleted),
text/html
|
Details |
The above url contains input text fields that show up too small
because the size attribute is non standard. However, Nav4.5 supports
this. Below is a simple test case.
<HTML><body>
<form>
<input type = text name = query value = " " size = 10,1>
</form>
</body></HTML>
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•25 years ago
|
||
Redistributing to M8...
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Didn't make M8
Updated•25 years ago
|
Whiteboard: [TESTCASE] verified supplied testcases are valid
Comment 4•25 years ago
|
||
Tested this bug on Linux apprunner (1999073108) and the remaining Win32
platforms (Win95/98) and the bug was visible on all these.
Marking bug as applying to all PC platforms, will probably affect all other
platforms (e.g. Mac) too.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Component: Form Submission → HTML Form Controls
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
If this bug is to be fixed, it will need to be fixed in the string library.
*** This bug has been marked as a duplicate of 6658 ***
The test case for this bug used the same HTML as described in bug 6658; marking
verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•