GNU bug report logs - #13998
24.3.50; Tooltips got hidden by the dock on OSX

Previous Next

Packages: ns, emacs;

Reported by: Darren Hoo <darren.hoo <at> gmail.com>

Date: Tue, 19 Mar 2013 10:31:01 UTC

Severity: normal

Tags: patch

Found in version 24.3.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13998 in the body.
You can then email your comments to 13998 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13998; Package emacs. (Tue, 19 Mar 2013 10:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Darren Hoo <darren.hoo <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 19 Mar 2013 10:31:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Darren Hoo <darren.hoo <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; Tooltips got hidden by the dock on OSX
Date: Tue, 19 Mar 2013 18:29:09 +0800
This is just a minor nuisance.

put mouse over the mode line, when the tooltip window
pops up, it is hidden by the dock sometimes

I think the tooltip window should be drawn at least at level
NSPopUpMenuWindowLevel so it can be shown over the
dock.

diff --git a/src/nsmenu.m b/src/nsmenu.m
index 22ff4dd..e026b49 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1300,6 +1300,7 @@ update_frame_tool_bar (FRAME_PTR f)
   wr.size = [textField frame].size;

   [win setFrame: wr display: YES];
+  [win setLevel: NSPopUpMenuWindowLevel];
   [win orderFront: self];
   [win display];
   timer = [NSTimer scheduledTimerWithTimeInterval: (float)seconds target: self




Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Sat, 30 Mar 2013 10:23:01 GMT) Full text and rfc822 format available.

Notification sent to Darren Hoo <darren.hoo <at> gmail.com>:
bug acknowledged by developer. (Sat, 30 Mar 2013 10:23:01 GMT) Full text and rfc822 format available.

Message #10 received at 13998-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Darren Hoo <darren.hoo <at> gmail.com>
Cc: 13998-done <at> debbugs.gnu.org
Subject: Re: bug#13998: 24.3.50; Tooltips got hidden by the dock on OSX
Date: Sat, 30 Mar 2013 11:19:35 +0100
Thanks, this has been checked in in the trunk.

	Jan D.

19 mar 2013 kl. 11:29 skrev Darren Hoo <darren.hoo <at> gmail.com>:

> This is just a minor nuisance.
> 
> put mouse over the mode line, when the tooltip window
> pops up, it is hidden by the dock sometimes
> 
> I think the tooltip window should be drawn at least at level
> NSPopUpMenuWindowLevel so it can be shown over the
> dock.
> 
> diff --git a/src/nsmenu.m b/src/nsmenu.m
> index 22ff4dd..e026b49 100644
> --- a/src/nsmenu.m
> +++ b/src/nsmenu.m
> @@ -1300,6 +1300,7 @@ update_frame_tool_bar (FRAME_PTR f)
>   wr.size = [textField frame].size;
> 
>   [win setFrame: wr display: YES];
> +  [win setLevel: NSPopUpMenuWindowLevel];
>   [win orderFront: self];
>   [win display];
>   timer = [NSTimer scheduledTimerWithTimeInterval: (float)seconds target: self
> 
> 





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Apr 2013 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.