Rick Scott <[EMAIL PROTECTED]> writes:
> ./emacs & sleep 30 ; kill $!
>
> In the main frame do a
>
> Ctrl<Btn1Down> "menu pops up"
> <Btn1Up> "menu pops down"
>
> <Btn1Down> "menu cursor displayed....screwed!!"
>
> The pointer is indeed confined_to the emacs frame also.
(As usual---it doesn't happen here :-(.)
> I haven't seen so many #ifdef LESSTIF_VERION's in code for a long
> time!! It would be nice to re-visit some of these to see if they
> still apply. They mostly include work arounds, or are work arounds,
> so it should be simple :)
Except the one in xmenu.c which you mentioned, I see another 2 in
xterm.c, but these are for for 1 problem. The problem is still present
with current LessTif, and it works with OpenMotif. What doesn't
work anymore is the workaround :-/.
The problem is this:
Open a popdown menu in the menu bar, and click in Emacs' text area to
close it. You'll notice that the cursor is now a hollow box,
indicating that the text area didn't get the focus back.