Drag or whatever action to move current tab to a new window
@pierremtb Any idea how this could be implemented?
Maybe we could add a dragUp and dragDown listener to your tabs engine? I don't how hard it would be though. At least a right click option in a right click menu on a tab, but that would be another issue :)
Maybe we could add a dragUp and dragDown listener to your tabs engine? I don't how hard it would be though.
@pierremtb Yeah, the difficult question is about how to handle the drag outside of the application window. I don't know how/whether this can be implemented (platform independent).
At least a right click option in a right click menu on a tab, but that would be another issue :)
+1
I think we could only create a new window with the desired tab. It would be enough, for now at least.
On Wed, Oct 19, 2016, 20:27 Tim Süberkrüb [email protected] wrote:
Maybe we could add a dragUp and dragDown listener to your tabs engine? I don't how hard it would be though.
@pierremtb https://github.com/pierremtb Yeah, the difficult question is about how to handle the drag outside of the application window. I don't know how/whether this can be implemented (platform independent).
At least a right click option in a right click menu on a tab, but that would be another issue :)
+1
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lirios/browser/issues/11#issuecomment-254899837, or mute the thread https://github.com/notifications/unsubscribe-auth/AKS6oz-ZH2CrhIQCMaUrilA9_-i32xyYks5q1mEdgaJpZM4KaUJH .
Well, the way Chrome is doing it, once you leave tabs area (line) with cursor, it just creates a new window
Yeah, that should be good and simple enough. I prefer how Firefox is only creating the window as soon as you drop the tab outside of the current window, though.