From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on Date: Wed, 19 Oct 2005 19:57:28 +0200 Message-ID: <6752BDE2-0EF5-47FF-BB01-F9050E7A4026@swipnet.se> References: <29911216.1129711174895.JavaMail.www@wwinf0202> <4356830F.3000002@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129744902 4872 80.91.229.2 (19 Oct 2005 18:01:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2005 18:01:42 +0000 (UTC) Cc: cyd@stupidchicken.com, david.ponce@wanadoo.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 19 20:01:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESICa-0005cU-39 for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2005 19:58:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESICZ-0003Gm-Kk for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2005 13:58:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESICH-0003FJ-9Q for emacs-devel@gnu.org; Wed, 19 Oct 2005 13:57:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESICF-0003EL-8i for emacs-devel@gnu.org; Wed, 19 Oct 2005 13:57:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESICF-0003EI-4H for emacs-devel@gnu.org; Wed, 19 Oct 2005 13:57:51 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESICF-0006oe-0a for emacs-devel@gnu.org; Wed, 19 Oct 2005 13:57:51 -0400 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20051019175744.WYJR11792.mxfep02.bredband.com@coolsville.localdomain>; Wed, 19 Oct 2005 19:57:44 +0200 In-Reply-To: <4356830F.3000002@swipnet.se> Original-To: Emacs Devel X-Mailer: Apple Mail (2.734) 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:44335 Archived-At: > >> Hi, >> >>>> It works for me with KDE 3.4.3 on Fedora Core 3. I checked that >>>> "Click >>>> Raise Active Window" is enabled. My Emacs is built --with-gtk. >>>> >>> >>> Could you try building without gtk, and see if you can reproduce the >>> problem? >>> >> Sorry for the delay. I rebuilt Emacs without GTK, and confirm that >> the bug is present. When a tool tip is displayed, a mouse click on a >> button tool bar just closes the tool tip and does nothing else. When >> there is no tool tip it works as expected. >> When "Click Raise Active Window" is disabled, there is no problem. >> > > Sorry if these has been answered, I missed the start of the thread. > > What focus policy do you have? Also, in the window configuration > dialog under "Actions", do you have "Pass Click" for the buttons in > section "Inactive Inner Window"? FWIW, I can not reporduce this > problem, running KDE 3.4 under Fedora Core 4. Actually I can reproduce this, but only with a non-GTK build. I'm looking in to it. The mouse click is passed to Emacs, but the dpyinfo->mouse_face_window is incorrect when a tool tip is displayed. Jan D.