fredsa / gwt-dnd

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

The css-classes .dragdrop-positioner and .dragdrop-draggable are being obfuscated #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of GWT are you using? 1.3.3? 1.4.60? Other?
2.0
What version of the gwt-dnd jar file or library file are you using?
3.0.0
What operating system(s) are you using? Windows? Linux? Mac?
Windows
Does the issue occur in web mode, hosted mode, both or don't know?
both

In the css file http://code.google.com/p/gwt-dnd/source/browse/tags/gwt-
dnd-3.0.0-r997/DragDrop/src/com/allen_sauer/gwt/dnd/client/util/gwt-dnd.css 
all classes are declared with @external except for .dragdrop-positioner and 
.dragdrop-draggable. The effect is that the class names for those two are 
obfuscated and thus are hard to override.

I guess the @external declarations for those two classes are just missing.

Original issue reported on code.google.com by christop...@gmail.com on 31 Jan 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Thanks.

Fixed in r1016

Original comment by fredsa@google.com on 18 Feb 2010 at 2:38