Gotlifebar / gwtquery-plugins

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

Ctrl+Click selection not working on Celltable with DragAndDropColumn #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 kouts...@gmail.com on 4 Mar 2011 at 1:01

GoogleCodeExporter commented 8 years ago
i managed to find the source of this defect. In Draggable if meta key or ctrl 
key is pressed and there is no support for multiple draggables the click event 
does not get propagated, by changing the isMetaKeyPressed to getMetaKey i 
managed to make it work for my case

Original comment by kouts...@gmail.com on 8 Mar 2011 at 12:08

GoogleCodeExporter commented 8 years ago
So you are not using the release 1.0.2 but the last version of the trunk ?
All stuffs concerning multiple draggable, meta and ctrl keys are not present in 
the 1.0.2 release and the last version in the trunk is not yet stable and will 
change.

Anyway, thanks for the investigation !

Original comment by julien.d...@gmail.com on 8 Mar 2011 at 1:45

GoogleCodeExporter commented 8 years ago

Original comment by julien.d...@gmail.com on 25 Jun 2011 at 6:28