classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: ToolTip fix


From: Lillian Angel
Subject: Re: [cp-patches] FYI: ToolTip fix
Date: Wed, 16 Nov 2005 16:41:04 -0500

Forgot to take out a call to start the insideTimer (which then shows the
tip when it is fired).

2005-11-16  Lillian Angel  <address@hidden>

        * javax/swing/ToolTipManager.java
        (mouseEntered): No need to start the insideTimer here,
        already called showTip.


On Wed, 2005-11-16 at 16:35 -0500, Lillian Angel wrote:
> This fixes tooltips. In the case that a component is exited and
> re-entered, the tooltip should appear right away.
> 
> 2005-11-16  Lillian Angel  <address@hidden>
> 
>         Fixes PR classpath/<PR24763>
>         * javax/swing/ToolTipManager.java
>         (mouseEntered): showTip should be called if exitTimer is 
>       running. This means that the mouse has exited and re-entered a 
>       component in less than 500ms.
>         (mouseExited): If enterTimer is not running, the exitTimer 
>       should be started no matter what.
>         (showTip): Should not show tool tip if the currentComponent is
>         not showing.
> 
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: patch.diff
Description: Text Data


reply via email to

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