[2888] in Release_Engineering
olh bug...
daemon@ATHENA.MIT.EDU (vanharen@MIT.EDU)
Sun Jun 28 18:48:59 1992
From: vanharen@MIT.EDU
Date: Sun, 28 Jun 92 18:48:41 EDT
To: rel-eng@MIT.EDU, testers@MIT.EDU, regis@MIT.EDU
This patch fixes a bug posted to "testers" this afternoon, forwarded
from the "bugs" meeting. Sorry this comes in so late -- I am behind on
"bugs", but not "testers", so I did not see it until tonight.
At any rate, this patch fixes the problem mentioned, however, it has the
unfortunate side effect that the arrow keys do not serve to move the
selection in the list widget *if* the mouse pointer is inside the
menubar. Unfortunate, but better than the odd behavior noticed by Chris
Cotton.
I hope that this can still be incorporated at this late date.
-C.
==============================================================================
*** /source/athena/athena.bin/olh/motif/visual.c Thu Jun 11 09:20:05 1992
--- ./visual.c Sun Jun 28 18:37:14 1992
***************
*** 105,111 ****
--- 105,113 ----
W = w[MENU_BAR] = MuCreateMenuBar( w[MAIN], "menubar", NULL, 0);
XtManageChild(W);
+ /*
XtAddRawEventHandler(W, KeyPressMask, FALSE, ListExtra, MENU_LIST);
+ */
/* Fix menu button for External viewers so that it is correct given the */
/* default.*/