Prevent gap when gesture-dragging in stacked tab mode
In stacked tab mode, if the active tab's x-position is maximal and there is a stacked tab to its left, gesture-dragging the active tab to the left will produce a gap in the tabstrip. Prevent this from happening by invoking AdjustStackedTabs() rather than ResetToIdealState(), as is done in the symmetric case of gesture-dragging to the right. BUG=454479 TEST=StackedTabStripLayoutTest.DragActiveTabExisting Review-Url: https://codereview.chromium.org/2918653002 Cr-Commit-Position: refs/heads/master@{#476448}
Showing
Please register or sign in to comment