Closed Bug 3594 Opened 26 years ago Closed 26 years ago

Disabled BUTTONs still give visual feedback

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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>
Assignee: troy → karnaze
Assignee: karnaze → evaughan
Target Milestone: M7
targeting m7
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
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.