Opened 8 years ago
Closed 6 years ago
#18356 closed defect (patchwelcome)
dojox.form.Manager setFormValues() not work
Reported by: | vtsuper | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Form | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
hi all,according to this manual, I suppose setFormValues() will trigger the observer function in widget. And I can control it by dojox.form.manager.watch (should be change to watching already) http://dojotoolkit.org/reference-guide/1.10/dojox/form/manager/_Mixin.html#watch
here are my sample: http://jsfiddle.net/vtsuper/oqLcz0kf/14/ lets do the following test, first of all, pls click the radio button and input something in textbox, you will see the observer function was triggered and logged in the div
but if I click the setFormValues button, then no observer was trigger even the watching value is always true. so why the setFormValues() won't trigger the observer????
Change History (3)
comment:2 Changed 6 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | set to dylan |
Status: | new → assigned |
comment:3 Changed 6 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in more than a year, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!
watch property doesn't work and overrides watch method. _Mixin has watching property but no effect.
http://dojotoolkit.org/reference-guide/1.10/dojox/form/manager/_Mixin.html#id5