Opened 13 years ago
Closed 13 years ago
#6736 closed defect (invalid)
Dialog: After closing Dialog, drop down values are not selectable through mouse
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Hi
I am using dojo 0.9, I have few drop-down boxes on page (HTML dropdowns, not DOJO combo boxes)on the parent window, and I am making ajax call to get data from server, mean time I am showing progress bar in a Dialog.
Sometimes in IE6 when user closes the progress bar dialog, drop down items on parent window are not selectable using mouse.
Looks like all the options in the drop-down menu are missing except the one already selected. But I am able to select drop-down options using keyboard up/down arrow keys.
This is mostly happening when I close the progress bar dialog on second ajax call.
Is anyone getting this kind of bug? Please let me know if there is any workaround.
Thanks
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
Summary: | After closing Dialog, drop down values are not selectable through mouse → Dialog: After closing Dialog, drop down values are not selectable through mouse |
As I said in http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout/dialog#comment-15317 you need to attach a test case. We won't work on the bug w/out a testcase.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, closing until we get a test case.
I must also add that, I am closing the dialog window using a Cancel button which calls hide() method of Dialog; not by clicking on the cross mark (x) on the dialog window. Not sure if that makes any difference.