Closed
Bug 3932
Opened 26 years ago
Closed 25 years ago
[PP][NATIVE]Different form buttons have different heights
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M11
People
(Reporter: cpratt, Assigned: dcone)
Details
Using the following HTML snippet:
<body>
<form action="mailto:cpratt@netscape.com">
<input type=reset name=reset id=input2 value="Reset">
<input type=file size=20 name=file value=myfile>
<input type=submit>
</form>
you'll notice that on the Mac, the Reset and Browse buttons have the same
height, but the Submit Query button is a few pixels shorter. All of the buttons
should be the same height.
Re-assigned to karnaze@netscape.com.
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Comment 2•26 years ago
|
||
Kevin, since you recently became familiar with <input type=file>, I'm
reassigning to you.
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
Target Milestone: M6 → M7
Summary: Different form buttons have different heights → [PP]Different form buttons have different heights
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M7 → M9
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
Updated•26 years ago
|
Assignee: kmcclusk → dcone
Status: ASSIGNED → NEW
Summary: [PP]Different form buttons have different heights → [PP][NATIVE]Different form buttons have different heights
Comment 4•26 years ago
|
||
Don I'm re-assigning this to you as a Mac bug. We probably won't fix this since
the gfx-rendered file selector should not have this limitation.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 5•25 years ago
|
||
if we aren't going to fix lets mark it "wontfix" - thanks
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
I believe this issue is very moot at this point. Marking Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•