Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabsAsHeaderbar: Fitt's law - hard to click tabs when maxmized #748

Open
logonoff opened this issue Jan 15, 2024 · 0 comments
Open

tabsAsHeaderbar: Fitt's law - hard to click tabs when maxmized #748

logonoff opened this issue Jan 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@logonoff
Copy link

Describe the bug

As a Firefox user, I often switch tabs on a maximized window by flinging my mouse cursor to the top of the screen and then clicking. By changing gnomeTheme.tabsAsHeaderbar to true, I expect this behaviour to be consistent with standard Firefox; however, it drags the window around instead.

To Reproduce

  1. Have the following settings set to:
  • gnomeTheme.tabsAsHeaderbar: true
  1. On a secondary screen (without the GNOME top bar), try to switch tabs while Firefox is maximized, while the cursor is at the top edge of the screen
  2. Notice that the click target for the tabs does not extend to the edge of the screen

Expected behavior

The click target for each tab extends to the top edge of the screen, i.e., I can switch tabs by flinging my cursor to the top of the screen and then clicking.

Screenshots

image

Setup information

Additional context

The following CSS in customChrome fixes the issue however it messes up the positioning of the tabs:

:root[tabsintitlebar] #titlebar .titlebar-buttonbox-container {
	padding: 0 !important;
}
@logonoff logonoff added the bug Something isn't working label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant