WebUI Tab Strip: Keep dragged out tabs hidden when moved to a window
This CL forces the dropEffect on a drag event's dataTransfer object to have a value of 'move' when a tab is moved into another window. The front-end will then use this value to determine if a tab that was dragged out should be reshown or kept hidden. This CL does not fix the case for dragging a tab into a new window by itself. Bug: 1081905 Change-Id: I08b5007640656a0017566f664fcc1c19062d3864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462353Reviewed-by:dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#817705}
Showing
Please register or sign in to comment