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

Drag and drop reordering not working #17

Open
devanes opened this issue Dec 29, 2014 · 2 comments
Open

Drag and drop reordering not working #17

devanes opened this issue Dec 29, 2014 · 2 comments

Comments

@devanes
Copy link

devanes commented Dec 29, 2014

Drag and drop reordering of tabs doesn't seem to be working any more with this extension installed.

I'm starting to get really annoyed by all these critical bugs in addons needed to get what is (for me) an essential functionality: vertical tabs. I'm even considering switching to another default browser at the moment.

@devanes
Copy link
Author

devanes commented Dec 29, 2014

On a new PC I'm configuring right now, I don't have this issue yet. But I don't have all my add-ons installed yet.

@AWilyFox
Copy link

AWilyFox commented Jan 3, 2015

I confirm the drag-and-drop reordering of tabs does not work in FF35 if the number of tabs is sufficient to exceed the display height of the browser. Anyway, there is a workaround for the drag-and-drop issue; use the patch in issue #8 :

--- a/skin/linux/linux.css  2014-09-01 19:16:43.300756000 +0300
+++ b/skin/linux/linux.css  2014-09-01 19:17:00.958383000 +0300
@@ -19,8 +19,8 @@
     margin: 0 !important;
     padding: 1px 0 !important;
     height: 24px !important;
-    min-height: 24px !important;
-    max-height: 24px !important;
+    min-height: 21px !important;
+    max-height: 21px !important;
 }

 .tabbrowser-tab[selected="true"],

DavidShepherdson pushed a commit to DavidShepherdson/VerticalTabs that referenced this issue Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants