Ticket #6736 (closed defect: invalid)

Opened 7 months ago

Last modified 5 months ago

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

Change History

Changed 7 months ago by guest

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.

Changed 7 months ago by bill

  • owner deleted
  • component changed from General to Dijit
  • summary changed from After closing Dialog, drop down values are not selectable through mouse to 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.

Changed 5 months ago by bill

  • status changed from new to closed
  • resolution set to invalid

Sorry, closing until we get a test case.

Note: See TracTickets for help on using tickets.