fredsa / gwt-dnd

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

Use fallback with GWT 2.3.0 #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using gwt-dnd version 3.1.0
When switching from GWT 2.2 to GWT 2.3.0, the following message appear at 
compilation:
Scanning for additional dependencies: 
jar:file:/mypath/libraries/gwt-dnd-3.1.0.jar!/com/allen_sauer/gwt/dnd/client/uti
l/DOMUtil.java
      Computing all possible rebind results for 'com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl'
         Rebinding com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
            Could not find an exact match rule. Using 'closest' rule <replace-with class='com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding

Original issue reported on code.google.com by o.lema...@gmail.com on 4 May 2011 at 9:12

GoogleCodeExporter commented 9 years ago
Stumbled into the same issue.

Original comment by david.nouls on 11 May 2011 at 8:09

GoogleCodeExporter commented 9 years ago
Same here.

Original comment by paul.aug...@gmail.com on 16 May 2011 at 6:46

GoogleCodeExporter commented 9 years ago
any idea when there will be a fix ?

Original comment by david.nouls on 18 May 2011 at 8:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Just tried gwt-dnd-3.1.1 and this issue appears to be resolved. Thanks @Fred!

Original comment by xerok...@gmail.com on 3 Jun 2011 at 4:16

GoogleCodeExporter commented 9 years ago
Thanks, everyone

Original comment by fredsa@google.com on 3 Jun 2011 at 4:57