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

Firefox 104a - Drag + drop URL not working at top of tab bar #426

Closed
dcog989 opened this issue Jun 30, 2022 · 3 comments
Closed

Firefox 104a - Drag + drop URL not working at top of tab bar #426

dcog989 opened this issue Jun 30, 2022 · 3 comments
Labels
Class::SideEffect Unexpected side effect, undefined behavior Component::Tabbar Tab or tabbar

Comments

@dcog989
Copy link

dcog989 commented Jun 30, 2022

Drag + drop works on most of the tab bar but not the top pixel or two - see:

2022-06-30_222929

@dcog989 dcog989 changed the title Drag + drop URL not working at top of tab bar Firefox 104a - Drag + drop URL not working at top of tab bar Jul 3, 2022
@dcog989
Copy link
Author

dcog989 commented Jul 3, 2022

Added Firefox 104a to title.

@SBareS
Copy link

SBareS commented Jul 4, 2022

The issue seems to be the padding above the tabs. Simmilarly, clicking on top of a tab does not switch to the tab, because you are clicking the padding, not the tab. I worked around both of these issues by changing user_pref("userChrome.padding.tabbar_height", true); to user_pref("userChrome.padding.tabbar_height", false); in user.js. That looks a bit less nice of course, but at least it's usable.

@black7375 black7375 added Component::Tabbar Tab or tabbar Class::SideEffect Unexpected side effect, undefined behavior labels Jul 7, 2022
@black7375
Copy link
Owner

IMO, It's reosolved #476

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::SideEffect Unexpected side effect, undefined behavior Component::Tabbar Tab or tabbar
Projects
None yet
Development

No branches or pull requests

3 participants