Closed
Bug 8312
Opened 27 years ago
Closed 27 years ago
When BUTTON pressed, turns aqua
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: kmcclusk)
References
()
Details
Build ID: 1999061409
Platform: Windows NT
To reproduce: Load the above URL (or a page with an HTML 4 BUTTON element) and
click the button. Result: it turns aqua. Expected result: It doesn't change
color.
I should also note that after pressing the button, clicking in the white space
around it will properly reset its color to grey.
Kevin -- I'm guessing this is a widget issue. Peter may have an issue here too.
Please take a look.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•27 years ago
|
||
The test case contains a style rule:
BUTTON:focus { background-color:aqua}
The described behavior is correct. The button should turn aqua when it gets
focus. Clicking away, removes focus and the button is turned back to grey.
Was this a test case that didn't work before, but now it is working?
I am resolving it as fixed.
More like INVALID - reporter should read his own HTML source before filing bugs.
Marking verified "fixed".
You need to log in
before you can comment on or make changes to this bug.
Description
•