nihad640 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

DataDragAction#COPY doesn't work anymore since update to SmartGWT 2.5 #619

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The method "setDragDataAction(DragDataAction.COPY)" is called on a TileGrid, 
but it doesn't have an effect since the update to SmartGWT 2.5. The original 
tiles will now be removed instead of copying the tile like it is documented. 
That did work correctly with SmartGWT 2.4.

Original issue reported on code.google.com by sven.strohschein@googlemail.com on 14 Aug 2011 at 11:47

GoogleCodeExporter commented 9 years ago
Hm, this is also broken with ListGrid and the official SmartGWT example for 
Drag (copy) isn't working anymore (is working equals to the "Drag (move)" 
example): http://www.smartclient.com/smartgwt/showcase/#effects_dd_copy_list

Please fix this very soon. I have to downgrade to SmartGWT 2.4.

Original comment by sven.strohschein@googlemail.com on 14 Aug 2011 at 1:25

GoogleCodeExporter commented 9 years ago
This appears to be an issue with the showcase sample only (DragDataAction is 
set to MOVE rather than copy).
The actual functionality should be working fine. If this appears not to be the 
case, please show us a test case (either a modification of one of the samples 
from the showcase or a simple entry point class we can run on our end), along 
with steps to reproduce that demonstrates the problem.

Original comment by smartgwt...@gmail.com on 15 Aug 2011 at 5:27