sonoramac / Sonora

A minimal, beautifully designed music player for OS X.
http://getsonora.com
Other
932 stars 135 forks source link

Activating the search window in a full-screen app switches spaces. #41

Open jwilling opened 11 years ago

jwilling commented 11 years ago

Although this was partially fixed on non-fullscreen app spaces in commit c0bcc185, there is still a problem with it kicking the user out of full-screen applications. Perhaps it needs to be changed to a non-activating window.

indragiek commented 11 years ago

I've been meaning to make the search window an NSPanel and use NSNonActivatingPanelMask (as you mentioned on twitter). Do you think that would fix this?

jwilling commented 11 years ago

Yes I believe it would. If you don't get around to it first I'll find some time to change that over.

indragiek commented 11 years ago

Awesome, thanks!