Closed
Bug 156017
Opened 23 years ago
Closed 23 years ago
checked, disabled checkbox not displayed properly (Moz. Vers. 1.0)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: AndreasWuest, Assigned: Matti)
Details
Attachments
(2 files)
Hi,
if you a disabled and checked checkbox, the checkbox is not displayed
properly. You can see no visible difference between a disabled and
a disabled and checked checkbox. When displaying the disabled and checked
checkbox you cannot see that the checkbox is checked, you can only
see that it is disabled. Just take a look at the following example and
compare the first two items.
<html>
<body>
<form NAME="FORM_ITEMS" ACTION="">
<input type="checkbox" name="item" value="1" disabled
checked>disabled<br>
<input type="checkbox" name="item" value="1" disabled>checked<br>
<input type="checkbox" name="item" value="2" >nothing<br>
</form>
</body>
</html>
bye,
Andreas
| Assignee | ||
Comment 1•23 years ago
|
||
This is worksforme with win2k build 20020706..
I know that this is fiexed but i can't find the bug# at the moment.
Please test this with a recent trunk build and it should work...
-> wfm
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 3•23 years ago
|
||
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•