This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24404 - click() on disabled form elements should probably not fire a click event
Summary: click() on disabled form elements should probably not fire a click event
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 08:39 UTC by contributor
Modified: 2014-01-27 19:04 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-01-27 08:39:04 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html
Multipage: http://www.whatwg.org/C#dom-click
Complete: http://www.whatwg.org/c#dom-click
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html

Comment:
click() on disabled form elements should probably not fire a click event

Posted from: 87.64.250.204 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Comment 1 Ms2ger 2014-01-27 08:50:47 UTC
With thanks to Eric Casler (ericorange) for catching this.
Comment 2 contributor 2014-01-27 19:04:31 UTC
Checked in as WHATWG revision r8421.
Check-in comment: Make sure .click() doesn't fire on disabled form controls.
http://html5.org/tools/web-apps-tracker?from=8420&to=8421