#3619 closed defect (fixed)
Click on disabled Button do the onClick action..
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | button disabled | Cc: | |
Blocked By: | Blocking: |
Description
You can see in http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Button.html
- disable buttons clicking on "disable all"
- click on disabled button "show hidden buttons"
- it does the action!! But it is disabled!!!
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9485]) Ignore button clicks if button disabled. Fixes #3619.