Skip to content
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

Open
JonnyThree opened this issue Feb 19, 2025 · 5 comments
Open

Open image in new tab is gone? #253

JonnyThree opened this issue Feb 19, 2025 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@JonnyThree
Copy link

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?

@K4sum1
Copy link
Member

K4sum1 commented Feb 20, 2025

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.

@K4sum1
Copy link
Member

K4sum1 commented Feb 21, 2025

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.

@K4sum1 K4sum1 added enhancement New feature or request help wanted Extra attention is needed labels Feb 21, 2025
@K4sum1
Copy link
Member

K4sum1 commented Feb 21, 2025

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.

@K4sum1
Copy link
Member

K4sum1 commented Feb 21, 2025

Will be in next release
853b7bb

@JonnyThree
Copy link
Author

JonnyThree commented Feb 21, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants