Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.3 beta] Ctrl+clicking doesn't allow me to select multiple items #958

Closed
kanduvisla opened this issue Dec 9, 2011 · 4 comments
Closed

Comments

@kanduvisla
Copy link
Contributor

When I try to select Ctrl+click to select multiple items, it doesn't work. It always ends up only selecting the last item I clicked.

I tried the pages screen, the section editor, the publish index page, the datasource editor, etc... none seem to work. Shift+click does work however, selecting a range, but this is not the behavior expected from Ctrl+click.

I tested in Chrome/Win7.

@brendo
Copy link
Member

brendo commented Dec 9, 2011

@allen actually noticed this the other day. He had a report from a Symphony developer in Taiwan running Windows. From memory the root of the issue is that the selectable plugin looks for a particular key mapping that doesn't exist in Windows (event.metaKey). There is a related jQuery bug that may be helpful to whoever tackles this.

@nilshoerrmann
Copy link
Contributor

Does shift+click work for you? For some reasons both, shift and cmd, work on OS X.

@simoneeconomo
Copy link
Contributor

I can confirm that ctrl+click does not allow me to select independent multiple rows, while shift+click correctly selects a range.

Chrome 16/Linux

@brendo
Copy link
Member

brendo commented Dec 10, 2011

I think the solution is to add a check for event.ctrlKey as well.

event.ctrlKey
event.metaKey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants