After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680254 - Active Menu blocks windows updates
Active Menu blocks windows updates
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Backend: Quartz
3.4.x
Other Mac OS
: Normal critical
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-07-19 14:29 UTC by Roland Peffer
Modified: 2016-02-08 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roland Peffer 2012-07-19 14:29:19 UTC
in the poll functioning gtk-eventloop-quartz, the call to

  event = [NSApp nextEventMatchingMask: NSAnyEventMask
	                     untilDate: limit_date
	                        inMode: NSDefaultRunLoopMode
                               dequeue: YES];

blocks if a Menu (NSMenu) is active tracking. This is very bad for any application that for example plays a video.

I noticed this while working with clutter's osx backend ( what is indeed a copy of gtk's osx backend ).


I guess 3.5 will have the same problem. Just tested on 3.4.