#12829 closed defect (fixed)
dojox.mobile.TextBox is not notifying onChange
Reported by: | Ed Chatelain | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | Dustin Machi | |
Blocked By: | Blocking: |
Description
Doug Hays has looked into this problem, the fix requires _FormValueMixin to be split out from _FormWidgetMixin, and a change to dojox.mobile.TextBox? to use _FormValueWidget instead of _FormWidgetMixin. To see the problem check for onChange on a dojox.mobile.TextBox? like this:
<input id="input2" data-dojo-type="dojox.mobile.TextBox?" data-dojo-props='onChange:function(val){ alert("Hello dijit.form.textbox - " + val); }'></input>
I will attach a patch for the change to dojox.mobile.Textbox (IBM CCLA)
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | dojox.mobile.TextBox.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24596]) Fixes #12829. Split _FormValueMixin out from _FormWidgetMixin.js for baseless AMD to work correctly with dojox/mobile.