I have a panel that has 2 main ListBoxDragDropTarget sources/drop zones. In addition, I may place as many as 12 -20 objects on another panel. Each of these 12-20 objects have 3 ListBoxDragDropTarget sources/drop zones. The ListBoxDragDropTarget provides a VERY nice interface for my users.
However, in Google Chrome, the users who are "fast" drag and droppers get into a CPU race condition, as the messages pile up when they drag a list item from one place, over 20+/- items to another for a drop. It seems OK in IE 9.
I placed some debug statements in my code to call out DragEnter and DragLeave events.In Chrome, I can drag around an item over some boxes in a rapid circle for a few seconds .... and then switch over to the code and watch the events for another 10-20 seconds.
Any suggestions!?!?!
Comments: ** Comment from web user: mbcooper **
However, in Google Chrome, the users who are "fast" drag and droppers get into a CPU race condition, as the messages pile up when they drag a list item from one place, over 20+/- items to another for a drop. It seems OK in IE 9.
I placed some debug statements in my code to call out DragEnter and DragLeave events.In Chrome, I can drag around an item over some boxes in a rapid circle for a few seconds .... and then switch over to the code and watch the events for another 10-20 seconds.
Any suggestions!?!?!
Comments: ** Comment from web user: mbcooper **
Come on guys!!
This is a show-stopper!