Closed
Bug 2637
Opened 26 years ago
Closed 26 years ago
BUTTON element style is different from INPUT element buttons
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: bkdelong, Assigned: eric)
References
()
Details
The button produced by element BUTTON should look like the button product by the
INPUT element with a type of "submit" or "reset." At the associated URL, the
button on top is produced by BUTTON and the ones on the bottom are produced via
INPUT.
Updated•26 years ago
|
Assignee: karnaze → evaughan
Comment 2•26 years ago
|
||
I think Eric Vaughan is now handling gfx rendered buttons including html 4
buttons. There needs to be a better mechanism (than recompiline with #define) in
place for specifying when to use gfx rendered form controls. A preference might
be better than a #define.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This is fixed if you switch to GFX rendering mode on appviewers menu. This can't
work with native widgets because input is implemented natively and HTML4 buttons
are implemented via GFX.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Fixed. Tested in Apprunner with Mac (March 9th Build) and Windows NT, Win 95
(March 8th Build).
You need to log in
before you can comment on or make changes to this bug.
Description
•