Gotlifebar / gwtquery-plugins

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

Droppable has no feedback mechanism and no events for unacceptable drag #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 jdownes2...@gmail.com on 22 Apr 2012 at 12:39