-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Help WantedExtra attention is neededExtra attention is neededO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Enhancementgood first issueGood for newcomersGood for newcomers
Description
Your use case
What would you like to do?
When right clicking on a resizer, it shouldn't trigger both the context menu and the resizer.
Why would you like to do it?
In most cases I wanted just the context menu and was confused when the resizer started following my cursor.
How would you like to achieve it?
Alternatives:
- Don't start the resizer's behaviour on any click but a main click. This is what I expect in a webapp.
- Prevent the context menu from opening. This is what the XFCE window manager does for native window borders.
The button that was clicked can be tested with event.button.
Have you considered any alternatives?
Maybe the React Re-Resizer does this properly already?. Looks like we want(ed) to migrate to this. #15083
Additional context
Left sidebar is affected too
Right sidebar is affected too
Metadata
Metadata
Assignees
Labels
Help WantedExtra attention is neededExtra attention is neededO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Enhancementgood first issueGood for newcomersGood for newcomers


