fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

Exception in saveSelectedWidgetsLocationAndStyle refers to non-existent method #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It says

Please create your own DragController and override 
saveDraggableLocationAndStyle() and restoreDraggableLocation()

There is no restoreDraggableLocation but instead there are
restoreSelectedWidgetsLocation (and restoreSelectedWidgetsStyle?) that 
need to be overridden.

What version of GWT are you using? 1.3.3? 1.4.60? Other?
1.5 RC1

What version of the gwt-dnd jar file or library file are you using?
2.5.2
What operating system(s) are you using? Windows? Linux? Mac?

Does the issue occur in web mode, hosted mode, both or don't know?

What browser(s) do you use? Firefox, IE, Safari, other?

What is the browser version (if you know) from Help->About?

What steps will reproduce the problem? Please attach sample code if you 
can.
1.
2.
3.

What is the expected output? What do you see instead?

Do you have a workaround?

Please provide any additional information below.

Original issue reported on code.google.com by ToonT...@gmail.com on 18 Jul 2008 at 2:25

GoogleCodeExporter commented 9 years ago
Thanks. Fixed in r773.

Original comment by fredsa on 21 Jul 2008 at 1:30