-
Notifications
You must be signed in to change notification settings - Fork 26
[BUG]Again, the script stopped working due to new changes in Nightly 136a. (Old issue: The keyboard shortcut functionality and the context menu option of the Private Tabs script stopped working in Firefox Nightly). #109
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
Comments
What fx-autoconfig version? |
fx-autoconfig version 0.10.4 I understand that this is the latest version |
I just found something, I do not know if it can be useful, apparently it is related to these changes: |
That's a useful clue, thanks. Try updating to 1.4.0 in 3f426af |
I tried version 1.4.0 and it doesn't seem to work, now even the new private tab button doesn't appear. I went back to the previous version to see if it wasn't a problem with the installation, and version 1.3.3 works 🤷♂️ |
Can you show me the browser console logs for 1.4.0? And you're still using fx-autoconfig 0.10.4? |
Gotcha, I made a mistake with the hotkey registration. Give 1.4.1 a try, in 361b324. |
Yes, the new version works in nightly, again thanks for fixing it I close the issue. |
Again, I reopen the issue. The script stopped working again due to these new changes that were implemented nightly on 01/23/2015: |
Ah, that's a big problem. They removed JSM support, including Without that, we would need to use the public I will experiment with it when I have time, but you may need to remind me. If you want, you can try replacing As for the release cycle, it makes no difference really. There is a constant influx of changes. This just happens to be a big one, but there will be others in 137. |
Is there a solution yet? |
No, If you look through the code carefully, you'll see that when you switch a tab between private and non-private, the script is actually saving the tab state, duplicating the tab, inserting the tab state into the duplicate, then deleting the original tab. All that happens very quickly. I'm not sure what the situation is with tab animations right now. When I made the script, I had tab animations that caused problems for this process. It's supposed to look like the tab is just becoming private or non-private, but in reality we're replacing the tab with a duplicate of itself. Tab animations make it apparent that this is what we're doing, because the duplicate comes in with an animation. So it ends up looking janky. This is why I could not just use the public But tab animations have been stripped down considerably, so that may no longer be a problem. In which case, you could possibly just use So the point is, there is no replacement for |
Thanks for the explanation. Damn, that means that the script is “dead”? |
The script can still work, it's like I said, it needs to be using |
And xiaoxiaoflood's script is broken in a different way than mine is. His is using the original |
So I have no choice but to wait until the script works again with new versions of Firefox.😔 |
New versions of Firefox aren't gonna make the script work. The script needs to be edited in the way I said |
Sorry I think I explained myself wrong, I meant waiting for the script to be fixed so that it works again with the new versions of Firefox. |
Link to the file containing the bug
https://github.com/aminomancer/uc.css.js/blob/master/JS/privateTabs.uc.js
Describe the bug
Some of the functionality of the Private Tabs script stopped working in Nightly 136a, specifically the shortcut Ctrl+Alt+P and the option to open a link in a new private tab in the context menu when right-clicking a link does not work either, clicking the option does nothing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pressing Ctrl+Alt+P opens a new private tab.
Clicking the Open link in new private tab option opens a new private tab.
Desktop (please complete the following information):
Additional context
The script is fully functional up to Firefox version 135 beta, from nightly 136 on some features of the script start to fail, the new private tab button in the tab bar remains functional.
The text was updated successfully, but these errors were encountered: