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

selectAll on graphEditor #162

Closed
danielscottjames opened this issue Feb 23, 2017 · 3 comments
Closed

selectAll on graphEditor #162

danielscottjames opened this issue Feb 23, 2017 · 3 comments
Assignees
Milestone

Comments

@danielscottjames
Copy link
Member

"Your function is working just fine. My guess is that the hidden text box is
capturing the Ctrl+A keybind and halting propagation natively."

This does work fine on macOS.

@cj-dimaano
Copy link
Member

It turns out that the Ctrl+a keybind doesn't even work on Windows. Directly using the Select All menu item works just fine, but trying to invoke the action from the keyboard on Windows doesn't even trigger the clickHandlerMake function. My guess is that the menu item has to be declared with a role field in order for it to work.

@Sheyne
Copy link
Member

Sheyne commented Apr 21, 2017

Is this still an issue?

@danielscottjames
Copy link
Member Author

#315

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

No branches or pull requests

3 participants