Closed
Bug 213533
Opened 23 years ago
Closed 23 years ago
disabled buttons
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tli, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Build Identifier:
A disabled button shouldn't respond to an onclick event!
<button disabled="true" onclick="..."/>
This implies that the button is shaded but it's not really disactivated, it
still reacts to the onclick event. So I need to put a "if(!this.disabled)
..." in the onclick attribute.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
WFM Gecko/20030723 Mozilla Firebird/0.6, Windows XP
What doctype are you using?
Comment 2•23 years ago
|
||
WFM as well, with a current Linux trunk build. Marking so, since reporter did
not provide a build id to work with...
Feel free to reopen if you are seeing the problem in a recent Mozilla build; if
so, please attach a testcase showing the problem to this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•