You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2016-08-01 20:45:43 +0000, Philipp Wiesemann wrote:
Maybe this is a similar problem like in bug # 3365.
On 2016-08-01 22:21:03 +0000, Devon Sean McCullough wrote:
(In reply to Philipp Wiesemann from comment # 1)
Maybe this is a similar problem like in bug # 3365.
Very different as SDL_WaitEvent calls SDL_PumpEvents() every 10ms.
Peace
--Devon
P.S. An initial 5s delay merely delays the black window's appearance,
then the buggy behavior is unchanged.
An initial PumpEvents before the delay merely gets a spinning beachball
while waiting for the black window to appear, otherwise unchanged.
Moving, minimizing and un-minimizing the window do not affect the bug.
In all cases the menus appear at once but are unresponsive to mouse input
until the window loses and then gains focus.
On 2016-08-01 22:36:08 +0000, Devon Sean McCullough wrote:
The menus do respond to keyboard shortcuts at all times.
Clover-Q, Clover-H and Clover-Alt-H always work.
Hiding and un-hiding does not affect the bug.
On 2016-08-01 22:39:40 +0000, Devon Sean McCullough wrote:
On 2016-08-05 21:34:20 +0000, Jim Van Verth wrote:
This might be related to the line
[NSApp activateIgnoringOtherApps:YES]
in Cocoa_RegisterApp(). Commenting it out allows the menu to activate -- assuming
that the window activates. Without that line, it looks like file access (for me,
anyway) prevents the window from activating.
I tried moving this to after window creation (as another framework does), but it
didn't make any difference.
The text was updated successfully, but these errors were encountered:
This bug report was migrated from our old Bugzilla tracker.
Reported in version: 2.0.4
Reported for operating system, platform: Mac OS X 10.11, x86
Comments on the original bug report:
On 2016-07-26 21:45:57 +0000, Devon Sean McCullough wrote:
On 2016-08-01 20:45:43 +0000, Philipp Wiesemann wrote:
On 2016-08-01 22:21:03 +0000, Devon Sean McCullough wrote:
On 2016-08-01 22:36:08 +0000, Devon Sean McCullough wrote:
On 2016-08-01 22:39:40 +0000, Devon Sean McCullough wrote:
On 2016-08-05 21:34:20 +0000, Jim Van Verth wrote:
The text was updated successfully, but these errors were encountered: