Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
243 stars 11 forks source link

[Bug] Bugs and Limitations of adding tab of UWP Apps #2

Open GetGet99 opened 1 year ago

GetGet99 commented 1 year ago

Normal Priority

Low Priority

GetGet99 commented 1 year ago

UWP Window should be a bit more stable as of the this commit... However, it comes with a cost.

Implementation details:

  1. UWP window will automatically be put on top after 200 milliseconds when it gets behind UnitedSets main window.
  2. If UnitedSets got moved or resized, the timer will ignore and will do the same check 300 milliseconds later.
  3. As long as you're moving or resizing UnitedSets without stopping, this algorithm should work fine. Also, please release the mouse cursor if you finish resizing the window
  4. If you cannot resize or move the window, you can change to another non-UWP tab, and you will get normal behavior.
GetGet99 commented 1 year ago

In the latest Windows Insider Version as of Nov 11, I think Microsoft patched the workaround for UWP that I am currently using to bring the UWP window to the foreground.

GetGet99 commented 1 year ago

The new "bring the window to front" Method is committed to the repo. However, it is not yet in the store release.