finos / FDC3-Sail

Open implementation of the FDC3 standard using Electron and an integrated App Directory.
Apache License 2.0
32 stars 20 forks source link

App height gets truncated on Windows OS #136

Open ystxn opened 1 year ago

ystxn commented 1 year ago

Bug Report

Steps to Reproduce:

  1. Use a Windows OS
  2. Launch Sail via npm start
  3. Open any app that uses the entire screen. e.g.:
    • Symphony
    • TradingView

Expected Result:

The entire app is visible

Actual Result:

The bottom bit of the app is truncated and cannot be seen or scrolled to or interacted with. The missing portion looks to be about the height of the menu bar above.

Environment:

  1. Windows 11 natively
  2. Windows 11 + WSL + X410
  3. Windows 11 + WSL + WSLg

Additional Context:

macOS does not appear to suffer from this bug