Hi devs, before opening (or-reopening http://trac.openlayers.org/ticket/1596) I would like to confirm that its not only me.
in examples/highlight-feature.html demo, if we add multipleKey&toggleKey to second control, error occurs var selectCtrl = new OpenLayers.Control.SelectFeature(vectors, { clickout: true, multipleKey: 'shiftKey', toggleKey: 'ctrlKey' } ); How to reproduce it: Select 2 or more features with SHIFT+click, then toggle 1 or more features with CTRL+click Everything seems fine at first, but if you hover over toggled (unselected) features, they change style to selected, although they have been unselected. Cheers -- Ivan Grcic _______________________________________________ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev