Opened 8 years ago
Closed 8 years ago
#17295 closed defect (fixed)
Changing the dojox/mobile/Switch value does not notify watcher
Reported by: | Patrick Ruzand | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.2 |
Component: | DojoX Mobile | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
a watcher registered as myswitch.watch("value", cb) is not notified when the Switch value changes.
The issue is due to the fact the Switch sets its internal 'value' property directly instead of calling WidgetBase?._set().
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9.2 |
---|---|
Owner: | set to Patrick Ruzand |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 43af4ba56f7b589f2afffb9161e21cc2cad40ad8/dojox: