bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6608: Menu bar not working [NOT FIXED]


From: Angelo Graziosi
Subject: bug#6608: Menu bar not working [NOT FIXED]
Date: Thu, 15 Jul 2010 01:38:35 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1

I have bootstrapped (GTK builds) rev.100823-trunk on GNU/Linux Kubuntu (10.04) and on Cygwin, and the BUG is still there.

Definitively, NOT FIXED, for me.

Ciao,
Angelo.

Il 14/07/2010 23.58, Angelo Graziosi ha scritto:
Il 14/07/2010 12.17, Jan Djärv ha scritto:
I have checked in a fix in the emacs-23 branch. It will propagate to
the trunk shortly.

Jan D.

Sorry, but it is NOT YET FIXED in rev.100823 :(.

Indeed I still have to apply this patch:

=============================================
--- xmenu.c.orig 2010-07-13 00:22:58.674000000 +0200
+++ xmenu.c 2010-07-13 00:27:38.750000000 +0200
@@ -671,14 +671,6 @@
set_frame_menubar (f, 0, 1);
BLOCK_INPUT;
#ifdef USE_GTK
- /* If we click outside any menu item, the menu bar still grabs.
- So we send Press and the Release. If outside, grab is released.
- If on a menu item, it is popped up normally.
- PutBack is like a stack, so we put back in reverse order. */
- f->output_data.x->saved_menu_event->type = ButtonRelease;
- XPutBackEvent (f->output_data.x->display_info->display,
- f->output_data.x->saved_menu_event);
- f->output_data.x->saved_menu_event->type = ButtonPress;
XPutBackEvent (f->output_data.x->display_info->display,
f->output_data.x->saved_menu_event);
popup_activated_flag = 1;
=============================================

Should we reopen this BUG?

Ciao,
Angelo.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]