You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand this correctly, this behavior is the same with the horizontal tab strip. Based on the upstream implementation, tab selection changes on mouse down, not on mouse release. So it might be better to label this as feature/tabs-bar. But I think changing this behavior would bring quit a lot of new problems.
Description
Drag & drop of vertical tabs forces a tab selection/page load
Found while testing #29692
Steps to Reproduce
1.52.57
Use vertical tabs
if not alreadyUse vertical tabs
Actual result:
Even though it seemed to sense a click + hold to initiate a drag, it still forced selection on the other tab, causing it to load
Expected result:
Maybe a timer, or wait until
mouseDown
or something, to key in the tab selection, rather than continue the drag operation?Reproduces how often:
100%
Brave version (brave://version info)
Version/Channel Information:
No
Yes
Yes
Other Additional Information:
Miscellaneous Information:
/cc @sangwoo108 @simonhong @brave/qa-team @rebron @bsclifton
The text was updated successfully, but these errors were encountered: