Opened 12 years ago
Closed 11 years ago
#9518 closed defect (fixed)
Combo Box errors out on any browser when attached to Rest Stores
Reported by: | vlad | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Data | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is using the most recent dojo trunk (as of today).
When a combo box or filtering select is attached to any rest store, it calls 'abort' to cancel inflight requests.
The abort function in the Service store errors out. I believe the bug is with the abort function in the store and not with the combo box in this case... but not really sure
I think abort needs to take arguments, and then use the input argument to cancel inflight request, instead it is doing something else.
When you run the example attached on any browser (I tried FF3 Opera 10beta and IE8 ) you will get an error
defResult.ioArgs is undefined defResult.ioArgs.xhr.abort();
Do not try to run the attached example on Safari 4.0 browser because combobox with rest stores does not work there at all I entered a separate bug for that (using the exact same test files). Bug number 9517
Please use test files from there to repro this issue, as they are identical.
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from Jared Jurkiewicz to Kris Zyp |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |