Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

[VisionGlass] Broken multiwindow UI #1339

Closed svillar closed 7 months ago

svillar commented 7 months ago

There are three main issues:

  1. When adding a new window, it's shown in the left side as it should be but it's artificially separated from the front window. If you close it and reopen, then it'll be shown at the right place
  2. If the focus is switched to that window then the position of the other widgets is completely wrong
  3. The front window moves too far in the z axis. The position of the other widgets is not correct either. Also closing the other windows so that we exit curved mode does not really restore the original position of the front window

Don't know how to take screenshots from the glasses, but it's pretty easy to reproduce

svillar commented 7 months ago

This has been fixed by #1342 and #1334