Git Product home page Git Product logo

gwtquery-plugins's People

Contributors

jdramaix avatar

gwtquery-plugins's Issues

Add the possibility to re-execute caching of droppables during drag operation

For performance reason, the droppable plugin caches the dimension, position and 
other stuffs for all visible droppable elements when the drag operation starts.

Add a convenience method in DragAndDropManager to re-execute this caching when 
the droppables elements changes dynamically during the drag operation


Linked to the thread : 
http://groups.google.com/group/gwtquery/browse_thread/thread/76f2756894210dc1?hl
=en

Original issue reported on code.google.com by [email protected] on 6 Feb 2011 at 8:24

Ratings Plugin appears to use old gwtquery classes

Looks like the current download for the Ratings plugin uses an older version of 
gwtquery and when I compile, gwtc complains about 
com.google.gwt.query.client.GQUtils, JSArray, Pluginand Regex cannot be 
resolved.

None of these classes appear in the last few releases of gwtquery.

Is the ratings-plugin-1.0.jar the correct jar to download with GWT 2.3?


Original issue reported on code.google.com by [email protected] on 11 Jul 2011 at 7:58

Asnyc calls do not return

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 [email protected] on 27 Jun 2012 at 7:37

Draggable plug-in enhancement : add multi-draggable feature

Add the possibility to select multiple elements and drag them.
The selection should be done either by pressing ctrl key and click on elements 
or either by pressing the ctrl key and draw a lasso with mouse.
Only draggable with the same scope can be part of one selection.


Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 11:52

Imageloadingcell cell-widgets

What steps will reproduce the problem?
1. Make cell widget drag and dropable (via wrapper)
2. Create a imageloadingcell within widget
3. Populate with data

Expected output: Images get loaded via hidden div and then replaced with a 
loading symbol.

Instead of that, the loading indicator never disappears.

What version of the product are you using? On what operating system?
OS: Windows 7, using GWT 2.3.0 with gquery-dnd-bundle 1.0.4 in Google Chrome 
13.0.782.112 m.

I guess the problem is, that the check for load and error events does not get 
triggered due to wrapping..

Original issue reported on code.google.com by [email protected] on 19 Aug 2011 at 10:42

[NewPlugin] svg

It should be great to have a plugin to manipulate svg dom elements like jquery 
svg:
http://keith-wood.name/svg.html

Because svg only works in modern browsers, it sould be nice to consider 
supporting old browsers with a fall back solution like svgweb.
http://code.google.com/p/svgweb/

Original issue reported on code.google.com by manuel.carrasco.m on 18 Mar 2011 at 3:54

Compile error

Scanning for additional dependencies: 
jar:file:/Users/kenny/Downloads/gquery-dnd-bundle-1.0.4.jar!/gwtquery/plugins/dr
aggable/client/DraggableHandler.java
      Computing all possible rebind results for 'gwtquery.plugins.draggable.client.impl.DraggableHandlerImpl'
         Rebinding gwtquery.plugins.draggable.client.impl.DraggableHandlerImpl
            Could not find an exact match rule. Using 'closest' rule <replace-with class='gwtquery.plugins.draggable.client.impl.DraggableHandlerImplIE8'/> 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


-I'm using gquery-dnd-bundle-1.0.4.jar
-I've added this: <inherits name='gwtquery.plugins.droppable.Droppable'/>
-gquery-dnd-bundle-1.0.4.jar is ordered before the GWT Library

Original issue reported on code.google.com by [email protected] on 8 Oct 2011 at 7:12

javascript error in eclipse with debug mode and DragAndDropCellTree

"Child Index out of bounds" javascript error when trying to use debug mode in 
eclipse.  

So I started using gwtquery a while ago and finally decided to implement drag 
and drop for some new features our users wanted. 

Specifically, I'm dragging from a CellTree to a CellList.  

At first I couldn't get it to work correctly because I didn't have the 
companion jar file (gquery-dnd-bundle-1.0.5.jar).  

Now that I have the gquery-dnd-bundle-1.0.5.jar jar file this works smoothly in 
PROD mode.  However, debug mode is completely broken. 

Can anyone advise on how to setup Eclipse correctly so that I can debug again?  
It just so happens that this window w/ the drag and drop is the hub of the new 
set of features.  So, to get anywhere I need to go through this window. So 
basically, I'm near dead in the water as far as pace of development without 
debug mode until this gets figured out.  

Eclipse:  Indigo
jdk 1.6
GWT  2.4
mvp4g 1.4
gwtquery 1.2.0
gquery-dnd-bundle-1.0.5.jar
droppable-plugin-1.0.7.jar
droppable-plugin-1.0.6.jar
Google Plugin for Eclipse 3.7 3.0.1.v201206290132-rel-r37  - I installed this 
from download because the web install never works at my company.  


As far as the Eclipse debug configuration...
using "Web Application"
DevMode class
using JBOSS server
in the program arguments, I specify "-war" 
The classpath tab has the following:
-Bootstrap Entries (jdk reference)
-User Entries (has several project source folders)
-MyProject - The project with the startup module
in this it lists all of the jar files needed.  The gquery-dnd-bundle-1.0.5.jar 
is at the top of the list above the GWT SDK User Library

I've tried all sorts of ordering and exporting options but nothing seems to 
work.  Does anyone have any ideas?

I could change versions of eclipse and the GWT Eclipse plugin if that might 
help.  

Thanks in advance.  

Original issue reported on code.google.com by [email protected] on 15 Sep 2012 at 1:45

!Type-NewPlugin Flot Charting Library

We need support for simple to advanced graphs and found the jQuery plugin Flot 
very good and useful. It would be great if someone (maybe I can help) could 
port it to GQuery, because it seems like the way to go.

In particular the spline charts would be a useful addition.

You can find an effort started at http://code.google.com/p/gflot/ . The spline 
extension of jQuery is at http://dumpz.org/13470/.

I would be happy to do it but time pressure is on at the moment and I would 
have to learn quite a few new things, which I don't mind at all but which take 
considerable time.

Original issue reported on code.google.com by [email protected] on 31 Jul 2012 at 10:45

Line 274: JSArray cannot be resolved to a type

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

Can't deploy any test or example with this plugin.
Following examples and using eclipse and maven
created new gwtquery project in mvn imported it to
eclipse put the plugin in my build path added the dependency
and the repository info etc etc..

I'm getting something like..

[ERROR] [TestLasso] - Errors in 
'jar:file:blablapath/selectable-plugin-1.0.2.jar!/gwtquery/plugins/selectable/cl
ient/Selectable.java'
    [ERROR] [TestLasso] - Line 26: The import com.google.gwt.query.client.JSArray cannot be resolved
    [ERROR] [TestLasso] - Line 26: The import com.google.gwt.query.client.JSArray cannot be resolved
    [ERROR] [TestLasso] - Line 44: The type Selectable must implement the inherited abstract method MousePlugin.mouseDrag(Element, GqEvent)
    [ERROR] [TestLasso] - Failed to load module 'TestLasso' from user agent 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2' at localhost:58433
 somthing like.. that except Line 44 Error happens about a dozen times in a row.

What version of the product are you using? On what operating system?
selectable plugin 1.0.2
gwtquery 1.1.0, gwt 2.4, java se 6, ubuntu 11.10
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 12:53

ResizableWidget

I am currently using your wonderful Draggable plugin. Is there any possibility 
to interactively resize HTML widget wrapped by DraggableWidget ? How to do this 
?

Original issue reported on code.google.com by [email protected] on 26 Sep 2011 at 1:52

Enhancement - Touch Events

It would be excellent if gwtquery-plugins implemented the gwt touch methods in 
addition to the current mouse methods.
com.google.gwt.event.dom.client.TouchCancelEvent;
com.google.gwt.event.dom.client.TouchCancelHandler;
com.google.gwt.event.dom.client.TouchEndEvent;
com.google.gwt.event.dom.client.TouchEndHandler;
com.google.gwt.event.dom.client.TouchEvent;
com.google.gwt.event.dom.client.TouchMoveEvent;
com.google.gwt.event.dom.client.TouchMoveHandler;
com.google.gwt.event.dom.client.TouchStartEvent;
com.google.gwt.event.dom.client.TouchStartHandler;

Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 6:37

ChosenListBox doesn't expose the Chosen element

I want to be able to apply styling (width) to the chosen list box.

    final ChosenListBox listBox = new ChosenListBox();
    listBox.addStyleName("smart_listbox");

Unfortunately this adds the style name to the select element, which has 
display:none set.

<div class="transform_box" style="z-index: 200046;">

<select class="smart_listbox GIPV0LMBNI chzn-done" id="chozen_container__0" 
style="display: none;"><option value="Strong Democrat">Strong 
Democrat</option><option value="Likely Democrat">Likely 
Democrat</option><option value="Likely Republican">Likely 
Republican</option><option value="Strong Republican">Strong 
Republican</option></select>

<div id="chozen_container__0_chzn" class="GIPV0LMBGI GIPV0LMBJI" style="width: 
120px;">
<a href="javascript:void(0)" class="GIPV0LMBFJ" tabindex="0">
<span>Strong Republican</span><div><b></b></div></a>
etc
</div>

I want to be able to style the chosen container itself, as for some reason its 
width is too narrow to display the given options.


Original issue reported on code.google.com by [email protected] on 25 Jan 2013 at 9:03

Compilation Issue - Conflice with CellTreeNodeView (gwtquery version) and CellTreeNodeView<T> (google version)

What steps will reproduce the problem?
1. Added jar to build path (and in WEB-INF/lib of war)
2. Added <inherits.. in project 
3. run app

What is the expected output? What do you see instead?
Not a compilation error.
java.lang.Error: Unresolved compilation problems: 
    The type com.google.gwt.user.cellview.client.CellTreeNodeView is not visible
    CellTreeNodeView cannot be resolved to a type
    The constructor DragAndDropCellTreeNodeView<T>(DragAndDropCellTree, CellTreeNodeView<?>, TreeViewModel.NodeInfo<T>, Element, T) refers to the missing type CellTreeNodeView


What version of the product are you using? On what operating system?
OS X 10.6, GWT 2.1.1, JDK 1.6, gquery-dnd-bundle-1.0.2.jar

Please provide any additional information below.
It appears that the gwtquery version of CellTreeNodeView does not use generics, 
but the gwt version does.  Why the same name and same package yet different 
definitions?


Original issue reported on code.google.com by [email protected] on 17 Jan 2011 at 7:50

Draggable items stuck inside a DockLayoutPanel

What steps will reproduce the problem?
1. Create a DockLayoutPanel. Put a DragAndDropCellTable in one of the panels 
<g:center> in my case
2. The drag widget is stuck within that panel
3.

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

Just need to drag the widget anywhere on the page 

What version of the product are you using? On what operating system?

gquery-dnd-bundle-1.0.5.jar, GWT, OSX Lion, tested in Firefox and Chrome

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Dec 2011 at 1:36

Slow response in production mode

What steps will reproduce the problem?
1. Drag and drop a label (text only) onto a celltree
2. The celltree should have a lot of elements
3. When the user just enters into the droppable area the system freezes for a 
few seconds (could be 5 secs). The browser cannot respond to any event, it 
seems like the browser crashed

What is the expected output? What do you see instead?
It is expected that the drag and drop operation could be slower since we have a 
lot of nodes but the fact that it becomes frozen is not good.


What version of the product are you using? On what operating system?
O/S: Win XP and Win 7

With IE 6 behaves better.
With IE 8 not at all.
With IE 9 is a little bit better than 8.
With FF is much faster that the IE and generally there is no problem.

Please provide any additional information below.

The onHover method is lightweight and does not have any for loop or other time 
consuming processing.

The problem starts when the user starts to enter the area of the cell tree.

Library version used:gquery-dnd-bundle-1.0.6

Typical tree in my application contains: 4 to 5 levels of elements and the 
total number could be 100 to 200.

Any suggestion what to check or test?
Thank you in advance

Original issue reported on code.google.com by [email protected] on 17 Dec 2012 at 10:43

Droppable parents of droppable and draggable stop receiving events when you drop somthing to child

What steps will reproduce the problem?
1. Every widget is draggable and droppable
2. Drag widget A into widget B
3. Try to drag widget B into parent who is draggable and droppable.
4. To better see the problem setDroppableHoverClass for droppable widgets.
5. Every widget has set greedy to true

What is the expected output? What do you see instead?
Expected is that parent of B widget should receive overDroppable event when you 
drag widget B over it. But it works only when you omit step 2.

What version of the product are you using? On what operating system?
Windows 7, gwtquery-1.2.0.jar, gquery-dnd-bundle-1.0.6.jar

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 Jan 2013 at 8:39

Maven definition incorrect

In the GettingStarted page, note that dependencies cannot be declared into the 
<build> section. Replace <dependency> with <plugin>, and everything seems to be 
ok.  

<build>
    <plugin>
        <groupId>com.googlecode.gwtquery.plugins</groupId>
        <artifactId>droppable-plugin</artifactId>
        <version>1.0.3</version>
    </plugin>
</build>

Original issue reported on code.google.com by [email protected] on 9 Mar 2011 at 10:28

An immediate cancelling and disposal of current drag operation

Based on our discussion in 
http://groups.google.com/group/gwtquery/browse_thread/thread/2b325e55b73677a4/cc
8c83cb522e0408#cc8c83cb522e0408 I am filing an enhancement for 
DragAndDropManager, which should provide through itself or indirectly through 
Draggable the access to an additional public method (e.g. 
stopCurrentDragging()) for the purpose of an immediate stopping of current drag 
operation.

Original issue reported on code.google.com by [email protected] on 24 Oct 2011 at 11:59

Null Pointer Exception in DragContext

NullPointerException in the DragContext class (line 104).

To replicate: When a widget is dropped on its parent, if you call 
removeFromParent() on the dropped widget, you get the NPE:
My code was similar to the showcase here: 
http://code.google.com/p/gwtquery-plugins/source/browse/trunk/droppable/sample/s
rc/main/java/gwtquery/plugins/droppable/client/gwtsimplesample/GwtSimpleSample.j
ava  (line 154 removeFromParent() is called). 
What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
1.0.5

Please provide any additional information below.
There is no apparent functionality lost, though when in GWT Dev Mode it 
generates a lot of stack traces.

Original issue reported on code.google.com by [email protected] on 16 Jul 2012 at 6:56

Ctrl+Click selection not working on Celltable with DragAndDropColumn

What steps will reproduce the problem?
create a celltable with a MultipleSelectionModel and register the model with 
DefaultSelectionEventManager. Shift+click multiple selection works as expected 
but control+click selection on DragAndDropColumn does not work. On a default 
column implementation we get the expected behavior

What is the expected output? What do you see instead?
Ctrl+click multiple selection not working

What version of the product are you using? On what operating system?
1.0.2 version of draggable and droppable plugins with GWT 2.1.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Mar 2011 at 1:01

Suggestion: Relative Grid Snapping

It would be nice to set where the grid should be for grid snapping.
(so it isn't relative to your draggable but defined by css or a element). 
e.g. drag your helper into a grid and there it has grid snapping.

Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 1:59

Deploy to appengine fails

gwtquery jar has been added both in the project classpath and in the project 
pom.xml.
Execution in dev mode is ok. However, when trying to deploy on appengine, we 
get the errors copied below, that conduct to a deployment failure. Any clue ?

----deploy on appengine log (extract)----

[ERROR] Errors in 
'jar:file:/Users/cyrille/Documents/Developpement/Projects/lib/gquery-dnd-bundle-
1.0.3.jar!/com/google/gwt/user/cellview/client/CellBasedWidgetImplStandard.java'
         [ERROR] Line 76: No source code is available for type com.google.gwt.query.client.plugins.EventsListener; did you forget to inherit a required module?
      [ERROR] Errors in 'jar:file:/Users/cyrille/Documents/Developpement/Projects/lib/gquery-dnd-bundle-1.0.3.jar!/com/google/gwt/user/cellview/client/CellBasedWidgetImplTrident.java'
         [ERROR] Line 152: No source code is available for type com.google.gwt.query.client.plugins.EventsListener; did you forget to inherit a required module?
      [ERROR] Errors in 'file:/Users/cyrille/Documents/Developpement/Projects/qunb/src/main/java/com/qunb/client/content/widgets/Chart.java'
         [ERROR] Line 47: No source code is available for type gwtquery.plugins.droppable.client.gwt.DroppableWidget<T>; did you forget to inherit a required module?
         [ERROR] Line 52: No source code is available for type gwtquery.plugins.droppable.client.events.DropEvent.DropEventHandler; did you forget to inherit a required module?
         [ERROR] Line 54: No source code is available for type gwtquery.plugins.droppable.client.events.DropEvent; did you forget to inherit a required module?
         [ERROR] Line 69: No source code is available for type com.google.gwt.visualization.client.visualizations.LineChart; did you forget to inherit a required module?
         [ERROR] Line 74: No source code is available for type com.google.gwt.visualization.client.VisualizationUtils; did you forget to inherit a required module?
         [ERROR] Line 77: No source code is available for type com.google.gwt.visualization.client.visualizations.LineChart.Options; did you forget to inherit a required module?
         [ERROR] Line 84: No source code is available for type com.google.gwt.visualization.client.LegendPosition; did you forget to inherit a required module?
         [ERROR] Line 89: No source code is available for type com.google.gwt.visualization.client.AbstractDataTable; did you forget to inherit a required module?
         [ERROR] Line 90: No source code is available for type com.google.gwt.visualization.client.DataTable; did you forget to inherit a required module?
         [ERROR] Line 91: No source code is available for type com.google.gwt.visualization.client.AbstractDataTable.ColumnType; did you forget to inherit a required module?
      [ERROR] Errors in 'file:/Users/cyrille/Documents/Developpement/Projects/qunb/src/main/java/com/qunb/client/studio/widgets/Chart.java'
         [ERROR] Line 47: No source code is available for type gwtquery.plugins.droppable.client.gwt.DroppableWidget<T>; did you forget to inherit a required module?
         [ERROR] Line 52: No source code is available for type gwtquery.plugins.droppable.client.events.DropEvent.DropEventHandler; did you forget to inherit a required module?
         [ERROR] Line 54: No source code is available for type gwtquery.plugins.droppable.client.events.DropEvent; did you forget to inherit a required module?
         [ERROR] Line 69: No source code is available for type com.google.gwt.visualization.client.visualizations.LineChart; did you forget to inherit a required module?
         [ERROR] Line 74: No source code is available for type com.google.gwt.visualization.client.VisualizationUtils; did you forget to inherit a required module?
         [ERROR] Line 77: No source code is available for type com.google.gwt.visualization.client.visualizations.LineChart.Options; did you forget to inherit a required module?
         [ERROR] Line 84: No source code is available for type com.google.gwt.visualization.client.LegendPosition; did you forget to inherit a required module?
         [ERROR] Line 89: No source code is available for type com.google.gwt.visualization.client.AbstractDataTable; did you forget to inherit a required module?
         [ERROR] Line 90: No source code is available for type com.google.gwt.visualization.client.DataTable; did you forget to inherit a required module?
         [ERROR] Line 91: No source code is available for type com.google.gwt.visualization.client.AbstractDataTable.ColumnType; did you forget to inherit a required module?
      [ERROR] Errors in 'file:/Users/cyrille/Documents/Developpement/Projects/qunb/src/main/java/com/qunb/client/studio/widgets/RelatedWidget.java'
         [ERROR] Line 57: No source code is available for type gwtquery.plugins.droppable.client.gwt.DragAndDropCellList<T>; did you forget to inherit a required module?
         [ERROR] Line 104: No source code is available for type gwtquery.plugins.draggable.client.events.DragStopEvent.DragStopEventHandler; did you forget to inherit a required module?
         [ERROR] Line 106: No source code is available for type gwtquery.plugins.draggable.client.events.DragStopEvent; did you forget to inherit a required module?
         [ERROR] Line 118: No source code is available for type gwtquery.plugins.draggable.client.DraggableOptions; did you forget to inherit a required module?
         [ERROR] Line 121: No source code is available for type gwtquery.plugins.draggable.client.DraggableOptions.HelperType; did you forget to inherit a required module?
      [ERROR] Errors in 'file:/Users/cyrille/Documents/Developpement/Projects/qunb/src/main/java/com/qunb/client/studio/widgets/Search.java'
         [ERROR] Line 48: No source code is available for type gwtquery.plugins.droppable.client.gwt.DragAndDropCellList<T>; did you forget to inherit a required module?
         [ERROR] Line 90: No source code is available for type gwtquery.plugins.draggable.client.DraggableOptions; did you forget to inherit a required module?
         [ERROR] Line 93: No source code is available for type gwtquery.plugins.draggable.client.DraggableOptions.HelperType; did you forget to inherit a required module?

Original issue reported on code.google.com by [email protected] on 9 Mar 2011 at 11:23

DragAndDropCellList - Cells with a click handler don't work on mobile/touch devices

What steps will reproduce the problem?
1. create a DragAndDropCellList with clickable cells
2. open from an ipad/iphone/android tablet/android phone
3. try clicking on one of the cells

What is the expected output? What do you see instead?
We expect the item to be clicked (as if when using a regular CellList)

What version of the product are you using? On what operating system?
GWT 2.5 with latest GWTQuery and latest dnd plugin



Original issue reported on code.google.com by [email protected] on 25 Feb 2013 at 4:05

!Type-NewPlugin gameQuery

http://gamequery.onaluf.org/

gameQuery is a jQuery plug-in to help make javascript game development easier 
by adding some simple game-related classes.

Original issue reported on code.google.com by Steven.Jay.Cohen on 15 Sep 2011 at 8:29

DragAndDropCellList<T>(cell) does not work correctly with one argument only

Problem : cannot instantiate 
cellList = new DragAndDropCellList<T>(cell);

when the it does work well with simple CellList<T>(cell).

Seems like the DragAndDropCellList ask the CellList to build a new CellList 
with arguments (cell, null, null).
But for only one argument, the CellList constructor is that one:

public CellList(final Cell<T> cell) {
    this(cell, getDefaultResources(), null);
  }

so, with null resources, it fails building the CellList, hence the DragAndDrop 
one


Original issue reported on code.google.com by [email protected] on 7 Feb 2011 at 11:23

event.getSource() is null for SliderBar ValueChangeEvent

What steps will reproduce the problem?
1. For SliderBar call addValueChangeHandler
2. In event try event.getSource()
3. source is null

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

What version of the product are you using? On what operating system?
enhance-plugin 1.0.0

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Jun 2011 at 12:16

visibility problem when extending classes that have an inner class

Any usage.

[ERROR] Errors in 
/workspace/gquery-dnd-bundle-1.0.3.jar!/gwtquery/plugins/droppable/client/gwt/Dr
agAndDropCellBrowser.java'
         [ERROR] Line 66: The type BrowserCellList is not visible
         [ERROR] Line 172: The type CellBrowser.BrowserCellList<T> is not visible
         [ERROR] Line 181: The type CellBrowser.BrowserCellList<T> is not visible
         [ERROR] Line 198: The type CellBrowser.BrowserCellList<T> is not visible
         [ERROR] Line 220: The method getDefaultResources() from the type CellBrowser is not visible


3) Using GWT 2.3 and gquery-dnd-bundle-1.0.4.jar 
Sample above shows compile output using 1.0.3.jar. It's the same. I was just 
checking to see if the implementation was any difference

The issue seems to be that DragAndDropCellBrowser extends CellBrowser. However 
it also needs to extend the internal BrowserCellList class definition. 
Unfortunately this class definition has default visibility, so it can not be 
seen by DragAndDropCellBrowser. 

However, there must be something that I'm doing wrong, because the CellBrowser 
and inner class BrowserCellList structure had the same level of visibility in 
previous versions of GWT and the drag/drop examples work. Please Help!


Original issue reported on code.google.com by [email protected] on 8 Sep 2011 at 7:22

Droppable has no feedback mechanism and no events for unacceptable drag

What steps will reproduce the problem?
1. addOverDroppableHandler to DroppableWidget of scope 'B'
2. drag DraggableWidget of scope 'A' over the DroppableWidget
3. DraggableWidget and DroppableWidget are not disabled

What is the expected output? What do you see instead?
1. Would like to be able to setInvalidDroppableHoverClass on the 
DroppableWidget, so it can indicate an invalid drop zone (bad scope).
2. Would like to receive OverDroppableEvents or at least 
OverInvalidDroppableEvents

Even if DroppableWidget is not greedy it still consumes MouseOver events.

What version of the product are you using? On what operating system?
gquery-dnd-bundle-1.0.5

Please provide any additional information below.
This is an enhancement request :)

Original issue reported on code.google.com by [email protected] on 22 Apr 2012 at 12:39

MultiDropSample

in trunk, there seems to be a sample code that supports multiple items drag and 
drop. Is this a new feature that would be released anytime soon?

Thanks,

Rick

Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 6:31

  • Merged into: #2

CellTree scrolling during drag operation - introduce possibility to specify custom scroll container

There should be some possibility to specify container which should scroll 
during drag operation.

Currently draggable widgets scroll only their originating widgets, e.g. when 
dragging item from cell tree, then the cell tree scrolls. In case one wants to 
drag different draggable widget into the cell tree, not the cell tree scrolls, 
but the widget being dragged. 

There should be some way to enable scrolling of different container than the 
original one because user wants to scroll the target widget, not the source 
widget. 

The best solution would be to obtain the scroll container dynamically during 
the drag operation.

Original issue reported on code.google.com by [email protected] on 5 Oct 2011 at 11:14

getting started wih co;;er-picker

plz can u help me out with getting started off with color-picker. I cannot fint 
any thin related to it on site. Please atleast forword me a link wer i can c a 
demo n get help on getting started

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 7:37

Image Slider

It will be nice to have a cool Image slider like this.


http://nivo.dev7studios.com/features/


Original issue reported on code.google.com by manuel.carrasco.m on 14 Oct 2011 at 11:08

Missing MoveDroppableEvent

initial issue from http://code.google.com/p/gwtquery/issues/detail?id=96 moving 
here.

Hi yall,

thanks for great DnD library, I discovered it just recently, and have been 
using gwt-dnd so far. The reason I turned to gwtquery for support cell widgets 
in droppable module. My droppable is actually Flash application. That's right, 
DnD from GWT to Flash player :) it used to work pretty well with gwt-dnd.

The problem with gwtquery Droppable (and DroppableWidget wrapper): it has over, 
out, drop events, but no move (over droppable) event. We need that one to make 
calls to SWF and move something in it. It's kinda strange that this one is the 
only missing. I tried to use DroppableWidget.addDomHandler to add my own 
MouseMoveHandler, but the behavior is very strange. I'm receiving it like once 
in 50px movement when I'm dragging something. When dragging is NOT active, it 
works like expected. Makes me think there's something in gwtQuery.Droppable 
preventing this event to be fired (although not 100% working).

Also the way DroppableWidget works is a bit strange, it removes the original 
element from the DOM, so I have to add it again, which doesn't work well with 
UiBinder and such.

Original issue reported on code.google.com by [email protected] on 19 Aug 2011 at 4:12

commonui-plugin and gwtquery-ui

I've just seen in the download page that there is the commonui-plugin... Is it 
the same thing that http://code.google.com/p/gwtquery-ui/ but translated into 
pure gwt?

Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 3:25

GWT 2.1.1 Cell API break.

The API of Cell class has changed in GWT 2.1.1 release. 
It's breaking the Drag-and-drop cell widget.

Original issue reported on code.google.com by [email protected] on 23 Dec 2010 at 7:34

Bug in droppable and draggable combined together in hierarchy

What steps will reproduce the problem?
I have a hierarchy of widgets. Every panel is draggable and droppable:
Almost everything works:
You can drag every panel to parent panel or change position between siblings 
panels.

But If panel is in hierarchy like on attached picture: 

Main -> 1 -> 9 -> 10 -> 11 | 12 | 13

Test scenario:
[WORKS] 1. Drag panel number 10 to parent or siblings and drop.
[WORKS] 2. Drag panel number 14 into panel number 10 and drop.
[!NOT WORKS] 3. Then when I try to drag panel number 10 to parents it does not 
work, droppable panels not receive events (over, drop etc...)
What is interesting when I drag panel number 10 to sibling (NOT TO PARENT) then 
it start to work again and I can drag to parents and then parents panels get: 
[overEvent, dropEvent etc].

Another scenario to clarify:
[WORKS] 1. Move (drag and drop) panel number 11 after panel 12 - in effect 
panel number 10 -> 12 | 11 | 13
[!NOT WORKS] 2. After first step I can't drag and drop panel number 10 to 
parents for example to panel number 1 or Main until I drag (without drop) panel 
number 10 over panel number 14 if I do that everything start work again.

I'm using droppableOptions.setGreedy(true); option and I tried a lot of things 
similar to:
DragAndDropManager.getInstance().update();


What version of the product are you using? On what operating system?
Windows 7, gwtquery-1.2.0.jar, gquery-dnd-bundle-1.0.6.jar


Original issue reported on code.google.com by [email protected] on 15 Jan 2013 at 7:04

Attachments:

Suggestion: RejectClass

Implement a "rejectClass(String cssClass)" method for DroppableWidgets similar 
to "acceptClass(String cssClass)" so the CSS style of a DroppableWidget changes 
when it doesn't accept a DraggableWidget.

Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 1:51

Removing the draggable element during the drop event causes the DragStopEvent to fail

If within a drop event handlers, we remove the draggable from the DOM, a 
NullPointerException occurs when we fire the DragStop event

java.lang.NullPointerException: null
    at gwtquery.plugins.draggable.client.events.DragContext.init(DragContext.java:104)
    at gwtquery.plugins.draggable.client.events.DragContext.<init>(DragContext.java:48)
    at gwtquery.plugins.draggable.client.events.AbstractDraggableEvent.<init>(AbstractDraggableEvent.java:41)
    at gwtquery.plugins.draggable.client.events.DragStopEvent.<init>(DragStopEvent.java:37)
    at gwtquery.plugins.draggable.client.Draggable$3.execute(Draggable.java:490)

Workaround :

Wrap your code removing the draggable from the dom inside and deferred command :

Scheduler.get().scheduleDeferred(new ScheduledCommand() {

      public void execute() {
          //remove your draggable element here

      }
});

Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 8:38

Select doesn't show it's options in drag and drop panel generated with gwtquery plugin

What steps will reproduce the problem?
Please refer to Chromium Issue (http://code.google.com/p/chromium/issues/
detail?id=82540)

What is the expected output? What do you see instead?
Select should open but it doesn't in Chrome. Works in Mozilla 4 and IE 8. Not 
sure if a gwtquery/drag and drop plugin issue. May some drag and drop related 
event close the ListBox/select?

What version of the product are you using? On what operating system?
draggable-plugin-1.0.4.jar
droppable-plugin-1.0.5.jar
gwtquery-1.0.0-2.2.0.jar

Windows XP / Chrome 11.0.696.65

Please provide any additional information below.
Eclipse/GWT 2.2 project reproducing this issue attached.

Original issue reported on code.google.com by [email protected] on 13 May 2011 at 3:03

Attachments:

ColorPicker does not fire value change event on TextBox

Create a GWT TextBox and add a ValueChangeListener. 
Call $(elem).as(Enhance).colorBox(). When the user selects a color from the 
color picker the ValueChangeListener is never called.

Using version 1.0.2

This could be a one line (ColorPickerFactory.java:67) change:
ret.setValue(value.getValue(), true);

Attached is a patch with this change.

Thanks

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 11:53

Attachments:

Suggestion: Drag Helper CSS

Implement a method on the DraggableWidget which allows changing the CSS style 
of the Drag Helper so it differs from the style of the DraggableWidget.
It could be called "setDraggingStyle(String cssStyle)".


Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 1:56

DroppableWidget and CellList: Droppable area gets scrolled out of sight by the CellList scrollbars.

What steps will reproduce the problem?
1. Goto the example: 
http://gwtquery-plugins.googlecode.com/svn/trunk/droppable/demo/ContactCellSampl
e/ContactCellSample.html

2. Drag as many contacts to one list until the overflow-bars appear.
3. Add a few more
4. Scroll down all the way (the target list).
5. Try to drop another contact way down the list.

What is the expected output? What do you see instead?
The list does not accept the drop.

What version of the product are you using? On what operating system?
gquery-dnd-bundle-1.0.4.jar, Chrome 12.0.742.124. and 14.0.835.202

Please provide any additional information below.
It seems that the responsible DroppableWidget matches ("watches") the area of 
the original list. Once the scrollbars are used, this area seems to be scrolled 
away (within that div).



Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 8:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.