emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13998: closed (24.3.50; Tooltips got hidden by the


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13998: closed (24.3.50; Tooltips got hidden by the dock on OSX)
Date: Sat, 30 Mar 2013 10:23:01 +0000

Your message dated Sat, 30 Mar 2013 11:19:35 +0100
with message-id <address@hidden>
and subject line Re: bug#13998: 24.3.50; Tooltips got hidden by the dock on OSX
has caused the debbugs.gnu.org bug report #13998,
regarding 24.3.50; Tooltips got hidden by the dock on OSX
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13998: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13998
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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 <address@hidden>:

> 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
> 
> 



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]