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

Investigate resizing of selections #2

Open
dshorthouse opened this issue Mar 25, 2020 · 2 comments
Open

Investigate resizing of selections #2

dshorthouse opened this issue Mar 25, 2020 · 2 comments

Comments

@dshorthouse
Copy link

While the typical use-case is probably to select a few words here and there, it's entirely possible that someone may want to use this to select rather large blocks of text. This means that the iteration of click or double-click to add/select and then right-/control-click to remove is unwieldy. One solution to this is to add resize handles on left-most and right-most extremities of a selection to permit drag to resize.

@mjy
Copy link
Member

mjy commented Mar 27, 2020

Completely agree for large texts. For small labels I think we might be OK though. Wondering how we can get user feedback to test and find a sweetspot.

To rephrase we're saying:

When I select a huge block of text, 
   and I am off by 2 characters
        then I have to re-highlight the whole huge block
           and it might be faster to simply drag handles to adjust the highlight at the start and end

Thought:

What if rather than handles on the highlight (perhaps lots of DOM work etc.) we place +/- buttons in to places besides the copied version of the text- this let's user click one or two times on either side to expand selection?

@dshorthouse
Copy link
Author

A click to expand/contract would work too but the extra bits of UI element might obscure the content below.

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

2 participants