Jellyfin-web: Right click -> open as new tab breaks new page

Created on 21 Jul 2020  路  4Comments  路  Source: jellyfin/jellyfin-web

Describe the bug
Right clicking -> open in new tab on any non-captured link does not render the new page at all.

To Reproduce

  1. Go to any page that doesn't have a rendered context menu. Right clicking on Next Up, Latest Movies, etc. all work, or for convenience so do all the links in the sidebar for the admin panel.
  2. Right click on the link, then select "open in new tab"
  3. The new tab will have completely unrendered templating, not the finished page.

Expected behavior
The new page should render to the link I requested.

Logs
None

Screenshots
image

System (please complete the following information):

  • OS: Docker
  • Browser: Firefox
  • Jellyfin Version: 10.6.0

Additional context

bug confirmed

Most helpful comment

When I open a link normally by left clicking(not open in new tab) the link is
"http://_REDACTED_IP_:8096/web/ index.html#!/ list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
When I right click on library heading "Latest Audio Books" and open it in new tab, the link is
"http://_REDACTED_IP_:8096/web/list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"

So in the second link if I insert "index.html#!/" it works as expected.

All 4 comments

When I open a link normally by left clicking(not open in new tab) the link is
"http://_REDACTED_IP_:8096/web/ index.html#!/ list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
When I right click on library heading "Latest Audio Books" and open it in new tab, the link is
"http://_REDACTED_IP_:8096/web/list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"

So in the second link if I insert "index.html#!/" it works as expected.

Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.

This is still valid, I just missed the email two weeks ago :(

@joshuaboniface can this be reopened please?

Was this page helpful?
0 / 5 - 0 ratings