ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

Stranded in browser without a back button #34

Closed shodanx2 closed 2 years ago

shodanx2 commented 3 years ago

Following links can leave you stranded in the browser without a back button Requires application restart to fix

Example

https://i.imgur.com/nKnz38n.png

For example following the video link which might fail to load, then right clicking on it https://i.imgur.com/zAaBaVz.png

Will leave you in the above state (since the video was the only link to outside documentation for this mod, I had no other method)

shodanx2 commented 3 years ago

Solution could be to leave the Home/explore/develop visible at all times

ngld commented 2 years ago

This isn't relevant to NuKnossos (this repo) since the rewritten version uses a very different UI architecture and can't end up in this state.

Right-click > Back should take you back into the Knossos interface. This issue is an unfortunate side-effect caused by the way old Knossos implements its UI. A user should never get in this state to begin with since the source code view isn't particularly useful and replaces the normal UI area.