Opened 13 years ago
Closed 13 years ago
#9175 closed defect (fixed)
[cla][patch] DropDownSelect throw null pointer when calling updateOption while dropDown is open
Reported by: | 7twenty | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'll attach a patch to the test case (test_DropDownSelect.html) to reproduce the issue.
Steps:
- Open the patched dojox/form/tests/test_DropDownSelect.html
- Under the heading "DropDownSelect?.updateOptions", click on the DropDownSelect? to open the dropDown
- Click any Checkbox in the CheckedMultiSelect?.
Results: Null pointer error in IE and FF. The dropDown is visible and cannot be closed.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | DropDownSelect-updateOptions.patch added |
---|
comment:1 Changed 13 years ago by
Component: | General → DojoX Form |
---|---|
Milestone: | tbd → future |
Owner: | changed from anonymous to Nathan Toone |
comment:2 Changed 13 years ago by
Milestone: | future → 1.4 |
---|---|
Summary: | DropDownSelect throw null pointer when calling updateOption while dropDown is open → [cla][patch] DropDownSelect throw null pointer when calling updateOption while dropDown is open |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [17410]) Fixes #9175 - watch out for null dereferencing, thanks for the patch