Victor Aremu

Results 102 comments of Victor Aremu

Correct me if i'm wrong, it seems to be a macOS bug.

can you setup a minimal reproduction repo for me? @ayangweb or @qiuxchao so I can play around and see if there is a work around.

> I tried the latest version of tauri-nspanel, but there were still this issue. Fortunately, I found steps that could reproduce the problem consistently. > > At present, it can...

> NSWindowCollectionBehaviorMoveToActiveSpace that's good!

> > Do not call `panel.close()`, as Tauri still references the window. Instead, use `window.close()` to close it properly. > > Calling `window.close()` still results in a crash: > >...

@ayangweb Does changing `NSWindowCollectionBehavior::NSWindowCollectionBehaviorCanJoinAllSpaces` to `NSWindowCollectionBehavior::NSWindowCollectionBehaviorMoveToActiveSpace` resolve your issue? If so, let's mark this issue as resolved and close it. @qiuxchao feel free to open an issue about `panel.close()` or...

closed due to inactivity, feel free to reopen if you still encounter an issue or you have further questions. I will update the examples to use `NSWindowCollectionBehavior::NSWindowCollectionBehaviorMoveToActiveSpace`.

The mouse hover effect is a specific use case that deserves its own branch. I have created the `v2-mouse-hover` branch; please change the base of your PR to that branch.

update the install instructions to use the v2-mouse-hover branch:

@moralespanitz are you still on this?