Closed Bug 213533 Opened 23 years ago Closed 23 years ago

disabled buttons

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

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.
WFM Gecko/20030723 Mozilla Firebird/0.6, Windows XP What doctype are you using?
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.