-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[12.0][MIG] web_listview_range_select #1054
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me
web_listview_range_select/README.rst
Outdated
Configuration | ||
============= | ||
|
||
No configuration is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might as well remove this chapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes 😄 removed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think it can be a good idea to allow to click on any part of the line when Shift is pressed, and also to allow to select with Ctrl in the same conditions. At least, put these ideas on the roadmap, and squash migration commits.
@pedrobaeza Yes, me too. I'll put them on the roadmap.
|
[FIX] Firefox shift click [REM] Removed unnecessary configure section [ADD] Roadmap with new features
3c2266a
to
6ec6e6a
Compare
I had to use window.getSelection().removeAllRanges(); to make this module work for 12.0. In 12.0 they use 'fake' checkboxes (which are actual a div). That causes shift clicking to select the content. If you have a better solution please, say :).
I updated the README using the new seperated method.