TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
177 stars 41 forks source link

Popup chat page is just the regular lecture stream page on live beta page #1292

Closed JosefSchoenberger closed 5 months ago

JosefSchoenberger commented 6 months ago

Describe the bug When opening the popup chat, the popup window does no longer only contain the chat, but the entire stream webpage. This is only the case for the beta stream. See the screenshot below.

I assume that the popup-chat button just appends “/chat/popup” to the location URL. This causes issues with URL parameters such as “?dvr”, as the URL is now “https://live.rbg.tum.de/w/GBS/36968?dvr/chat/popup”, i.e. “/chat/popup” is now part of the parameter, not the path.

To Reproduce Steps to reproduce the behavior:

  1. Go to any active stream
  2. Go to beta stream
  3. Open pop-up chat
  4. See the wrong page.

Expected behavior The popup should only contain the chat element, just like for VoDs and non-beta streams.

Screenshots screenshot

Desktop (please complete the following information):