From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Tooltip for menus is shown even when mouse pointer is not over the menu Date: Mon, 25 Jul 2005 23:20:12 +0100 Message-ID: References: <42E41673.4080308@student.lu.se> <42E420EF.5090006@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122330620 31655 80.91.229.2 (25 Jul 2005 22:30:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 22:30:20 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 00:30:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxBSh-0005Fl-Qx for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2005 00:30:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxBV1-0004Gf-6I for ged-emacs-devel@m.gmane.org; Mon, 25 Jul 2005 18:32:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxBSj-0003Sw-Qe for emacs-devel@gnu.org; Mon, 25 Jul 2005 18:30:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxBSW-0003Nb-8l for emacs-devel@gnu.org; Mon, 25 Jul 2005 18:30:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxBSV-0003Db-0K for emacs-devel@gnu.org; Mon, 25 Jul 2005 18:30:03 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DxBUc-0005ne-Un for emacs-devel@gnu.org; Mon, 25 Jul 2005 18:32:15 -0400 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j6PMLFch013083; Mon, 25 Jul 2005 23:21:15 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id AB172DDD70; Mon, 25 Jul 2005 23:21:14 +0100 (BST) Original-To: Lennart Borgman In-Reply-To: <42E420EF.5090006@student.lu.se> (Lennart Borgman's message of "Mon, 25 Jul 2005 01:14:55 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41214 Lennart Borgman writes: >>>1) Start with emacs -Q. >>>2) Set tooltip-mode. >>>3) Open the "Options" menu. >>> >>>A tooltip is now shown where the mouse pointer is. >> > Ah, thanks! Sorry, forgot to tell I am using the keyboard to open the menu. Thank you for that important detail. I was able to reproduce it, and have now fixed the problem. I am not sure if some X toolkits open the toolkit menu on F10. The ones I tried use the text menu, so are not affected by this bug. Potentially there is a bug on other systems too.