Opera 91 Stable
-
burnout426 Volunteer last edited by
@deathcat I'm not talking about the "Browser Identification" (User-Agent string) field. You'll see what I mean in Opera Developer.
-
adam1709 last edited by
@burnout426: So I am supposed to understand that in the development version they added some news / additional information? If you have one, you could post a photo here.
I wonder what about the phones ... Since there is nowhere to check what the exact version of chromium is. I only do it via the link provided above. I see that in Google Chrome 105 you can no longer see, but the chromium version there is the same as the application version. -
ZHO24 last edited by
@treego: Better to contact the site owner to fix this. At a glance, it's more of their issue with Dart, the language they use for the site: https://github.com/dart-lang/sdk/issues/46373
-
treego last edited by
@zho24 said in Opera 91 Stable:
@treego: Better to contact the site owner to fix this. At a glance, it's more of their issue with Dart, the language they use for the site: https://github.com/dart-lang/sdk/issues/46373
63red.com loads fine on my Chromebook/Linux with these browsers, though: Vivaldi, Brave, and Chrome.
-
burnout426 Volunteer last edited by
@treego I can confirm the issue on Linux Mint and see that the JS error that breaks the site has to with with Dart as mentioned. I can also confirm that the error is not there in other Chromium-based browsers on Linux (and Opera on Windows), and that the site works fine in them (content loads when clicking the 63). Filed bug DNA-101951 to see if anything can be done on Opera's end since it used to work in Opera and still works in other Chromium-based browsers.
-
treego last edited by
@burnout426 said in Opera 91 Stable:
@treego I can confirm the issue on Linux Mint and see that the JS error that breaks the site has to with with Dart as mentioned. I can also confirm that the error is not there in other Chromium-based browsers on Linux (and Opera on Windows), and that the site works fine in them (content loads when clicking the 63). Filed bug DNA-101951 to see if anything can be done on Opera's end since it used to work in Opera and still works in other Chromium-based browsers.
Thank you, @burnout426 !!! You are a big help here in the forum !!! Very much appreciated!
-
treego last edited by
It seems that this release of Opera 91 Stable has messed up the mailto: protocol handler for GMail here on my Chromebook/Linux installation.
When I click on mailto: links now in Opera 91, another browser (Brave) opens up and summarily opens up a Gmail compose window.
I have checked the protocol handler setting in Opera and it is set properly to "Allow" GMail to handle such links -- so this seems to be a regression that needs to be corrected.
-
ricardob last edited by
In 90.0.4480.107 there was a flag for enabling full version in user-agent, even though it wasn't needed. Why was it removed now that Chrome 105 (with reduced UA) was merged?
-
ricardob last edited by
@leocg I think these were Opera exclusive flags. Enabling these 'unexpire' ones don't re-add the flags about user-agent.
(Btw, I can't agree with Google about user-agent version string being a privacy problem. A problem is Google creating difficulties for server admins to use UAs to control attackers.) -
ricardob last edited by ricardob
After upgrading, is someone else having search bar suggestions invisible (not truly blank, looks like font and background with same color):
-
ricardob last edited by ricardob
After some testing, I confirm it happens also on new profiles. Start with Dark theme, enable search box in address bar, type something. Happens with Light theme too, but effects are less severe: it repaints properly as you change selected suggestion.
The good news is that toggling between light and dark themes seems to fix it, but only for the current session and window. -
burnout426 Volunteer last edited by
@treego Things are working fine for me on Linux Mint on a PC at least. At the URL
opera://settings/handlers
, Gmail is there in the allow list and when I click the 3 dots next to it, "set as default" is grayed out since Gmail is the only entry. So, it's the default. Then, in Linux Mint's system settings, Opera is set as the default mail handler. Clicking on links in Opera and outside of Opera launch a tab in Opera and take me to the Gmail compose page. So, all is good for me.The only issue I found, which I believe is a bug, is that if Opera isn't open, launching a mailto link in another program will open Opera, but the mailto link will never be entered in the address field of a tab so that it can invoke the Gmail compose URL etc. This might not be a new issue though as I didn't test before on LInux.
-
treego last edited by
@burnout426 said in Opera 91 Stable:
opera://settings/handlers
This is all I see here for that setting:
-
burnout426 Volunteer last edited by
@treego Oh, so Gmail is no longer registered.
Goto https://mail.google.com/, hit ctrl + shift + j (or use Opera's menu) to load the error console and enter the following:
navigator.registerProtocolHandler("mailto", "https://mail.google.com/mail/?extsrc=mailto&url=%s", "Gmail");
Then, on the Gmail page, you'll see the prompt asking for Gmail to be the handler. Allow it.
Then, go back to
opera://settings/handlers
and make sure Gmail is now there. -
treego last edited by leocg
@burnout426 said in Opera 91 Stable:
@treego Oh, so Gmail is no longer registered.
Goto https://mail.google.com/, hit ctrl + shift + j (or use Opera's menu) to load the error console and enter the following:
navigator.registerProtocolHandler("mailto", "https://mail.google.com/mail/?extsrc=mailto&url=%s", "Gmail");
Then, on the Gmail page, you'll see the prompt asking for Gmail to be the handler. Allow it.
Then, go back to
opera://settings/handlers
and make sure Gmail is now there.I did all of that as you instructed @burnout426 and it works great again!
Thank you once again for your help!
You da' man!
-
burnout426 Volunteer last edited by
@treego Awesome! Not sure why an update removed that entry, but glad it's working again. Keep an eye on it for the next update to see if it disappears again.