Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Asnyc calls do not return #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Extend a widget by DraggableWidget<Composite>
2. Widget calls an RPC via async
3. Construct multiple of the widgets and the async all return to the last 
widget.

What is the expected output? What do you see instead?
The expected output is that the async will return to the corresponding widget 
that called it.  Asyncs should return to the respective widget that called it.

What version of the product are you using? On what operating system?
gquery-dnd-bundle-1.0.5  Mac OSX 10.7.4 with Chrome 19.0.1084.56

Please provide any additional information below.

Original issue reported on code.google.com by bc...@tutelatechnologies.com on 27 Jun 2012 at 7:37