Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Keep tabs same size when closing #6088

Closed
luixxiul opened this issue Dec 8, 2016 · 2 comments
Closed

Keep tabs same size when closing #6088

luixxiul opened this issue Dec 8, 2016 · 2 comments

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Dec 8, 2016

https://community.brave.com/t/keep-tabs-same-size-when-closing/74?u=suguru

When I have a lot of tabs open in Chrome and go to close them, the tabs stay the same size. That way I can click and close a lot of tabs one after the other without moving my mouse. But in Brave, the tabs resize to fit the window, which means, I have to move my mouse to close another tab.

@bbondy
Copy link
Member

bbondy commented Dec 11, 2016

This bothers me too, thanks for posting.

bsclifton added a commit that referenced this issue Jan 23, 2017
Update: Keep tabs same size when closing (fixes #6088)
@bsclifton bsclifton added this to the 0.13.1 milestone Jan 23, 2017
@bsclifton
Copy link
Member

bsclifton commented Jan 23, 2017

Fixed with #6342

Test Plan

  1. open 7-8 tabs (doesn't matter what the content is; can be empty)
  2. move your cursor to the close button of the second tab from left
  3. Now as you keep clicking it will maintain the size of the tabs
  4. The size will reset as soon as you move your cursor outside the tab area.

bsclifton pushed a commit that referenced this issue Jan 24, 2017
bsclifton pushed a commit that referenced this issue Jan 25, 2017
bsclifton pushed a commit that referenced this issue Jan 25, 2017
bsclifton pushed a commit that referenced this issue Jan 26, 2017
bbondy added a commit that referenced this issue Jan 28, 2017
This fixes all the failing tab page tests

Related to #6088
bbondy added a commit that referenced this issue Jan 28, 2017
The old name wouldn't be invoked for all types of tab closes, so it was a misleading name for future
people that write code. They might have used that event thinking they'd get all tab closes.

Auditors: @bsclifton

Related to #6088
petemill added a commit to petemill/browser-laptop that referenced this issue Oct 11, 2017
Fix brave#11434

The tabs are meant to stay the same size until mouseout, according to brave#6088 and implemented in brave#6342. They were sometimes growing (or shrinking) on click and then shrinking further on mouseout due to the size being calculated at the wrong time
syuan100 pushed a commit to syuan100/browser-laptop that referenced this issue Nov 9, 2017
Fix brave#11434

The tabs are meant to stay the same size until mouseout, according to brave#6088 and implemented in brave#6342. They were sometimes growing (or shrinking) on click and then shrinking further on mouseout due to the size being calculated at the wrong time
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants