dijit.form.CheckBox._onFocus/_onBlur fail to call inherited
dijit.form.CheckBox?._onFocus/_onBlur fail to call inherited. This results in the onFocus/onBlur callbacks never being called as promised by the design of _Widget.
The dijit.form.CheckBox? methods _onFocus/_onBlur should conclude with the statement:
this.inherited(arguments);
Change History (3)
Component: |
General →
Dijit
|
Milestone: |
tbd →
1.5
|
Owner: |
anonymous deleted
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
OK thanks, I'll add that. BTW you should set the Component to dijit for dijit bugs.