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

Double click inside text field #60

Open
JeanBilheux opened this issue Sep 21, 2017 · 1 comment
Open

Double click inside text field #60

JeanBilheux opened this issue Sep 21, 2017 · 1 comment

Comments

@JeanBilheux
Copy link
Collaborator

would it be possible to double click a folder to enter this one, instead of clicking at the bottom of the panel the "Enter Folder". I noticed a few users who all add the same reflex of double clicking to try to enter the folder.

@yxqd
Copy link
Member

yxqd commented Sep 22, 2017

The current implementation uses ipywidgets.Select(Multiple), which does not support double-click event as far as I know. So to support this we need to implement a custom widget. Maybe we can extend the standard Select widget for this.

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

2 participants