As an example, this can be observed if a progress indicator is running and main menu is pulled down. What is the best way to avoid this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Originally, apps did continue while menus were open. It was changed later in OS X’s history — I want to say 10.3. The reason things appear to “stop” is that, when a menu is open, the app runs in NSEventTrackingRunLoopMode. So run loop sources have to be added for that mode if you want them to continue when a menu is open.