overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

Clicking links in embedded videos in chat opens just overte.org #988

Open Krzeszny opened 1 month ago

Krzeszny commented 1 month ago

Click one of those and the internal Ovete browser will open overte.org instead image

Build: PR964

Armored-Dragon commented 1 month ago

This seems to just be a simple issue with how Overte is handling links in overlays. Any link that uses a "_blank" target mode is affected. This target mode tells an ordinary web browser to open the link in a new tab. Overte just does not supply the link to the newly opened overlay.

Reproduction steps

  1. Press Ctrl + B to open browser.
  2. Navigate to https://armored-dragon.github.io/overte-embedded-test/
  3. Press "_blank"
  4. Press the other options
JulianGro commented 1 month ago

I could have sworn we have an issue for this open already, but I cannot find anything else. I guess that must have been back in Vircadia days then.