-
Control Select in Dataview
Control Select in Dataview
Hi,
I am trying to use Control select with Image Viewer example
http://www.extjs.com/deploy/dev/exam...organizer.html
Though Shift Select works, Control Select doesn't work on the example.
But control select works just fine in data view example (http://www.extjs.com/deploy/dev/exam...data-view.html) and I can't seem to find the difference related to Control select.
Can someone throw some light on how to make control select work for ImageViewer example?
Thanks in Advance.
-
Sencha - Community Support Team
It's probably the ImageDragZone that is causing this...
-
Thanks.
Commenting the following lines seem to have fixed the issue:
if(!view.isSelected(target)){
view.onClick(e);
}
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us