-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brave browser tab becomes a floating window when pulled out #340
Comments
I'm also experiencing this with Brave. I think the app id for brave ( AeroSpace/Sources/AppBundle/tree/MacWindow.swift Lines 239 to 253 in 9faadae
I'm unable to build and test it myself at the moment but I'll see if I can get some time later on and submit a PR. |
@jakenvac you are technically correct. We can just add Brave in the list here (similar to Chrome) and AeroSpace will force tile all Brave windows by default I'm a little bit hesitant to do so because the solution for Chrome is not perfect:
Unless Brave uses dialogs in their UI that will mistakenly get tiled (Chrome doesn't use dialogs at all), I'm ok with adding Brave to the list |
Right now, there is a workaround:
|
As far as I can tell, brave seems to behave exactly the same as chrome with all of it's windowing behaviour. However your workaround is good enough for me - I'm personally not a fan of hardcoding lots of specific rules if it can be avoided 😄. Thanks! |
I agree. I think Brave has the exact same window behaviour as Chrome. I believe it should be safe to add it. Workaround works as well, so thanks for that. |
I have the same issue. AeroSpace v0.14.2-Beta 0cb8dbd PS: |
Closing in favor of #1001 |
First of all, want to say thanks for this great window manager. Much better than the alternatives.
Issue
When I have a Brave browser window with multiple tabs, if I use the mouse to click on a tab and pull it out of the current window, 2 things can happen:
layout floating tiling
Correction: had this issue reported for Chrome, but the issue doesn't happen in chrome. Seems isolated to Brave. Edited the above to reflect the actual issue.
The text was updated successfully, but these errors were encountered: