-
Notifications
You must be signed in to change notification settings - Fork 975
Improve Drag and Drop for Tabs #6242
Comments
|
Specific issue: #6033 |
It would be great to be able to drag + drop between windows, to group tabs by topic, ie: |
Assigning over to @cezaraugusto who did a great job with the New Tab page (which uses the mentioned React-DnD library) 😄 @cezaraugusto let's check this one out AFTER you finish with these two issues: cc: @bbondy |
@lifeinchords good call- we have an issue specifically tracking that if you wanted to subscribe 😄 Check it out here: #4402 |
cc: @bradleyrichter per our recent discussions One of the behaviors he wanted to address was accidental tab tear off. We may choose to restrict the Y axis (have to drag more than 20px above or below the tab, etc). @bradleyrichter can you help me break this task into several tangible tasks? Like
edit: updated original issue |
…eates space Addresses brave#6242
…eates space Addresses brave#6242
I agree this needs work, the "accidental tab tear off" is a big annoyance for me. It happens extremely often when switching tabs with the mouse (maybe HiDPI also has a negative effect here), and sometimes the torn-off tabs do not even want to re-integrate at all. |
@petemill - just updating plan of record to pull out the easy fix and jettison the rest. :D |
Marking as |
We have React-DnD implemented as a dependency, and already used on new tab page.
React-DnD is a great library and since it's already implemented, could be useful for all features that require drag-n-drop. In this case, tabs.
Specific tasks
Related
The text was updated successfully, but these errors were encountered: