-
Notifications
You must be signed in to change notification settings - Fork 285
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
Full screen apps are above the QS Window [Fix coming soon] #391
Comments
i can't reproduce this with either the Menu, Bezel, Mini-Bezel or Menu interfaces |
Hmm... strange. I can reproduce it with Bezel and BezelHUD interfaces. I I haven't installed the update via software update yet, so I'll see if that I have a clean install of Lion, so I guess there are probably a few prefs On 23 June 2011 10:42, neurolepsy <
|
the full screen app thing dynamically creates a Space for each full screen app - could it be a Spaces related bug? |
OK it's now suddenly started working. :S On 23 June 2011 11:01, neurolepsy <
|
I can confirm this bug for the "Primer interface" while the "Bezel interface" works fine. |
I think I may have found the bug. To any other interface developers out there (@bencochran) QSInterface windows should have
Note that these changes are 10.6+ only. We will be dropping 10.5 support as soon as we release a build with a plugins update system |
…Leopard compatible
i can't quite remember how weak linking works, but i think if you wrap that second line in |
Can't reproduce in v60 1(3850) using Primer. It's weird that others are seeing the issue. I wonder if it's that I did not do a clean install of Lion. |
I haven't done a clean install of Lion either and see this problem. Strange ... |
I'm still seeing this issue with the Nostromo interface. Does not appear to happen with Bezel. |
It’s a per-interface change, so it won’t be fixed across the board. I could never reproduce it with Nostromo, and I didn’t want to hard-code behavior to fix something that didn’t appear to be broken. Although the only time I run anything full screen is for 3 seconds to test issues like this, so maybe I’d see it if I ran that way longer. Actually, I just tried making the Dock icon show up and now I see what you mean. It’ll get fixed in the next release. |
@skufer - you can re-build and push straight to the repo. Why wait until the next release... ;) Unless you're thinking of making a pull request. Changes are the same as what I made so I'm happy |
I meant the next release of the plug-in, not Quicksilver. I’ve already made the change and committed it (if anyone comfortable with Xcode can’t wait), but there’s other stuff I’d like to do before releasing it. |
Update released, squeaky wheels! ;) |
Not sure if I'm the only one. I still get this with BezelHUD. The builtin Bezel works fine. |
I updated the code, but am not sure if I re-built and released a new On 29 November 2011 06:10, Andy Gayton <
|
Still not working in Nostromo here. Just double checked that I had the latest release before posting here. |
@skurfer should have fixed the problem with the Nostromo interface. Sorry Perhaps - Rob you could just check the version number in bencochran's repo On 15 December 2011 14:18, Jamie Phelps <
|
Looks like the published version is a version back from the most recent commits. I’ll try to build and release it tomorrow if I get time. |
Great, thanks Rob :) On 16 December 2011 03:26, Rob McBroom <
|
New BezelHUD uploaded. |
Thanks Rob, that's fixed things for me. Appreciate it! |
Thanks as well Rob :) On 16 December 2011 16:21, Andy Gayton <
|
When using full screen apps, QS's command window does not show.
Presumably there's another layer that the interfaces should be changed to use now that there's a 'full screen app' layer.
The text was updated successfully, but these errors were encountered: