-
Notifications
You must be signed in to change notification settings - Fork 23
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] Issue with Moving Tabs in Tab Tree and other minor issues #89
Comments
Thanks for trying out the FF version, and the detailed feedback!
If by "both title and URL" you mean "match against a string made by concatenating the title and URL", then no, it's never worked that way. It's always matched against both title and URL, separately. So if part of your query is in the title and part in the URL, then that won't match.
Yeah, I'd meant to hide that button, but I think got distracted hiding the private browsing stuff, since I couldn't make that work. Thanks for the reminder!
That's not anything QuicKey is doing. It's just using the browser API to change a tab location. Presumably the same thing happens if you drag a tab in the normal tab bar? I just tried installing Tree Style Tab and using QuicKey to move tabs, and it seemed to work okay. But I only have 30 tabs open, and didn't try moving across windows. |
I noticed a few minor issues on Firefox as per the new release in #64 and jumped at the opportunity to try this extension in Firefox especially for the "move selected tab" feature.
And one of the main reason I was waiting for QuicKey... using the "move the selected tab to the left/right": it works but doesn't honor tree-style tab structure (like Sidebery and TST).
The entire tab tree structure becomes flattened from tab origin to destination. This caused a mini-disaster when I tested this and flattened 200 of my tabs which I had to restore from backups haha.
Fixing this (or "enhancing" this) would mean factoring in tree-style tabs, which in itself is another FIrefox Add-On.
However, this combined feature of being able to search for + move a tab to a specific location + on a tab tree may be something closer to QuicKey's reach since all QuicKey it has to do is factor in the tab tree structure similar to how the extension Tab Session Manager does when it creates backups.
This kind of search + move is missing but essential to TST world where there are literally hundreds of tabs in every window and we need to move it to a specific place without dragging around visually searching for the destination.
This is related to this Sidebery issue I've reported.
Anyway, it's awesome that you finally got this to port over! Everything else seems to be working fine but unfortunately I won't make too much use of this yet since I heavily use TST.
The text was updated successfully, but these errors were encountered: