Opened 7 years ago
Closed 7 years ago
#16311 closed defect (fixed)
_FormWidgetMixin.intermediateChanges does nothing when not using dijit/form/TextBox
Reported by: | Colin Snover | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit - Form | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The intermediateChanges
property of _FormWidgetMixin
does not work with e.g. dojox/mobile/TextBox
because the code responsible for actually firing intermediate changes is in dijit/form/TextBox._onInput
(and if it should not be part of _FormWidgetMixin
, surely it should be part of _TextBoxMixin
? dojox/mobile/TextBox
mixes in both.)
Change History (4)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Milestone: | tbd → 1.9 |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
IIRC it does apply to some other things, such as the slider widget (about whether you get notifications during the slide or just at the end of the slide).