QuickRadar icon indicating copy to clipboard operation
QuickRadar copied to clipboard

UI shows up, hides instantly

Open matthiaswenz opened this issue 9 years ago • 4 comments

My QuickRadar has entered some odd state, no idea how to reproduce this. Here's what I do:

  1. Open the QR menu item
  2. Click any menu entry which causes UI to be displayed, say New Radar...

What happens:

  1. The respective dialog is shown for a split second
  2. Then the UI is hidden, not visible anymore on any screen or via Mission Control or anything at all

Effectively this renders the app unusable for me. I'd be happy to provide information on my state if necessary, please do tell me what you need.

matthiaswenz avatar Jun 18 '15 13:06 matthiaswenz

Same for me. In only 1 out of 10 tries the window stays (yet sometimes vanishes when switching apps).

regexident avatar Jul 23 '15 12:07 regexident

Same here, running on OS X 10.9 Mavericks. I wonder if this is a result of deactivating the menu bar item mode…

m-urban avatar Sep 11 '15 12:09 m-urban

Starting QR from the command line yields the following error message:

2015-09-11 15:49:44.700 QuickRadar[64547:507] *** Assertion failure in -[NSMenuItem setKeyEquivalent:], /SourceCache/AppKit/AppKit-1265.21/Menus.subproj/NSMenuItem.m:1035 2015-09-11 15:49:44.701 QuickRadar[64547:507] Invalid parameter not satisfying: aKeyEquivalent != nil

m-urban avatar Sep 11 '15 13:09 m-urban

Try looking at AppDelegate.m line 276, it probably needs a nil check.

amyworrall avatar Sep 11 '15 13:09 amyworrall