Closed
Bug 3594
Opened 26 years ago
Closed 26 years ago
Disabled BUTTONs still give visual feedback
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: cpratt, Assigned: eric)
Details
The following HTML snippet should create two buttons, one of which should appear
disabled (visually, this would be by greying it out or similar) and which should
provide no user feedback when clicked on. Currently, it looks like a regular
BUTTON and depresses when clicked.
<form action="mailto:Kligor.T@gee.whiz.com">
<button name="button1">This is a button.</button>
<button disabled name="button2">This is a disabled button.</button>
</form>
Updated•26 years ago
|
Assignee: karnaze → evaughan
Updated•26 years ago
|
Target Milestone: M7
Comment 1•26 years ago
|
||
targeting m7
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Verified fixed. Note that they still do not draw correctly (there is a thin line
of darker grey around the perimeter that shouldn't be there).
You need to log in
before you can comment on or make changes to this bug.
Description
•