darrinhenein/VerticalTabs

Drag and drop reordering not working

Opened this issue · 2 comments

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.

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.

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