darrinhenein / VerticalTabs

Firefox add-on for arranging tabs vertically
https://addons.mozilla.org/firefox/addon/108862/
194 stars 28 forks source link

Drag and drop reordering not working #17

Open devanes opened 9 years ago

devanes commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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"],