Ticket #6736 (closed defect: invalid)
Dialog: After closing Dialog, drop down values are not selectable through mouse
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | praveencd@… |
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