-
Notifications
You must be signed in to change notification settings - Fork 12
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
Open image in new tab is gone? #253
Comments
Ok, so in 133 I decided to go back to the old style View image button. I think I prefer this, but I'll see if I can somehow make it a preference or have both for next release. |
Ok, so to accomplish this I'd need to make an if statement. if (bool pref) = true then open in new tab, if false then open in current tab. The problem is, I don't know how to do that in JS. |
Actually I asked someone and apparently it works similar to C. I just saw nothing similar in Mozilla code. I'll give it a try. |
Will be in next release |
Very thanks for your work, keeping Firefox to be compatible with the last useful Windows OS is someting amazing. I have 3 versions of "modded" Firefox in my PC, and only r3dfox works with full hardware acceleration except WEBRENDER_COMPOSITOR, that seemes to be a reserved featute of Win 10 that also in official ESR version doesnt works, and seems to be free of relevant bugs. |
Hello i have installed in my Windows 7 machine latest Release v134.0.3 for Vista+ and seems to be that the right click menu entry "Open image in new tab" is no longer present/working, it only open the image in current tab.
When the browser is in english language, there is only "View image", and when the browser is switched in my language (italian), i have "Apri immagine in nuova scheda" that in english is "Open image in new tab".
The Release v132.0rc-2 for Vista+ doesnt have this behaviour, there is something to check in the configuration?
The text was updated successfully, but these errors were encountered: