raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.56k stars 113 forks source link

[MacOS] New tab resets window to maximized #686

Open TitanNano opened 3 weeks ago

TitanNano commented 3 weeks ago

Steps to reproduce

  1. Setwindow.mode to maximized
  2. Resize Window
  3. Open new tab

Expected outcome

Window size and position remains as is.

Actual outcome

Window is resized back to maximize


Platform: macOS 15.0 Version: 0.1.15

raphamorim commented 3 weeks ago

Hey @TitanNano thank you for the issue, is this issue something introduced on 0.1.15 or first time that you got this?

TitanNano commented 3 weeks ago

@raphamorim I'm not sure. I just started using the new tiling feature of macOS 15.0 and noticed this issue.

johnend commented 3 weeks ago

Yep, I have experience something related using Aerospace for tiling. Rather than setting the window to maximised, if the tabbing is set to "NativeTab" Aerospace acts as if there are two windows, rather than one with tabs.

Creating a new "Bookmark" tab for me opens a new window my assumption is that is also not playing well with tiling.

TitanNano commented 3 weeks ago

@raphamorim I was able to reproduce this issue as far back as 0.0.25. (anything earlier than that wouldn't run properly anymore)

raphamorim commented 3 weeks ago

Thank you for confirming @TitanNano , will take a look 🙏