Done. Sorry for the delay.
https://javafx-jira.kenai.com/browse/RT-33093 (Tooltips should not grab mouse events) https://javafx-jira.kenai.com/browse/RT-33094 (There should be a method to specify whether a Tooltip should be transparent to mouse events or not) Also added a comment to: https://javafx-jira.kenai.com/browse/RT-31134#comment-360090 To say that the real issue with popping up the tooltip under the mouse is that, the mouse pointer obscures the content of the tooltip. The rest of the problems should be fixed by fixing the previous issues. Thanks, best regards, On Thu, Sep 19, 2013 at 2:21 AM, Richard Bair <[email protected]>wrote: > That sounds good. > > Thanks > Richard > > On Sep 18, 2013, at 6:20 PM, Pedro Duque Vieira < > [email protected]> wrote: > > What about if someone would like a tooltip to grab mouse events on some > specific scenario? > > Should I split these into 2 issues? One saying: "Tooltips should not grab > mouse events" and the other one: "add setMouseTransparent(boolean > isTransparent) method to Tooltip" > > > On Thu, Sep 19, 2013 at 2:17 AM, Richard Bair <[email protected]>wrote: > >> There should just be an issue saying "Tooltips should not grab mouse >> events", i think. >> >> >> On Sep 18, 2013, at 5:41 PM, Pedro Duque Vieira < >> [email protected]> wrote: >> >> Do you want me to file the issue? >> >> Would it be: Add support for setMouseTransparent(boolean isTransparent) >> to Tooltip. The default behaviour should be that the tooltip is transparent >> to mouse events (doesn't grab any mouse events), that is default should be >> setMouseTransparent(true). >> >> Thanks, best regards, >> >> >> On Wed, Sep 18, 2013 at 12:31 AM, Pedro Duque Vieira < >> [email protected]> wrote: >> >>> *Ops forgot to reply to all...* >>> >>> Hi Richard, >>> >>> I don't think their is such an issue (not totally sure). Hence the more >>> or less related issue that was created by Pavel. >>> >>> Thanks, best regards, >>> >>> >>> On Wed, Sep 18, 2013 at 12:30 AM, Pedro Duque Vieira < >>> [email protected]> wrote: >>> >>>> Hi Richard, >>>> >>>> I don't think their is such an issue (not totally sure). Hence the more >>>> or less related issue that was created by Pavel. >>>> >>>> Thanks, best regards, >>>> >>>> >>>> On Sat, Sep 14, 2013 at 8:21 PM, Pedro Duque Vieira < >>>> [email protected]> wrote: >>>> >>>>> Hi, >>>>> >>>>> I have discussed this previously (months ago) with the javafx team, >>>>> including John Smith and a JavaFX team member, in this mailing list, I >>>>> think we all agreed this should be changed. >>>>> Unfortunately nothing seems to have come from this. I think there is a >>>>> communication problem in this mailing list. At least for me, about more >>>>> than 1/2 of my messages get ignored or nothing comes out of them. >>>>> >>>>> Right now the tooltip shows up right below the mouse which issues a >>>>> mouse exited and disables mouse hover on the node in question which on a >>>>> couple of cases isn't the desired effect. >>>>> >>>>> Thanks, best regards, >>>>> >>>>> Hi, >>>>>> pereparing a nice demo I added a special style for hovering too my >>>>>> shapes >>>>>> as well as a tooltip. >>>>>> If I know move the mouse into the shape the hover style is shown and >>>>>> after >>>>>> a short pause the tooltip is shown, but hovering is then switched of. >>>>>> After >>>>>> the tooltip is hidden, hover style is once again applied to my shape. >>>>>> So the question is - is it specified that showing the tooltip >>>>>> switches off >>>>>> hovering? >>>>>> Thanks >>>>>> -Sven >>>>> >>>>> -- >>>>>> Sven Reimers >>>>>> * Senior Expert Software Architect >>>>>> * NetBeans Dream Team Member: http://dreamteam.netbeans.org >>>>>> * Community Leader NetBeans: http://community.java.net/netbeans >>>>>> Desktop Java: >>>>>> http://community.java.net/javadesktop >>>>>> * Duke's Choice Award Winner 2009 >>>>>> * Blog: http://nbguru.blogspot.com >>>>>> * XING: https://www.xing.com/profile/Sven_Reimers8 >>>>>> * LinkedIn: http://www.linkedin.com/in/svenreimers >>>>>> Join the NetBeans Groups: >>>>>> * XING: http://www.xing.com/group-20148.82db20 >>>>>> * NUGM: http://haug-server.dyndns.org/display/NUGM/Home >>>>>> * LinkedIn: http://www.linkedin.com/groups?gid=1860468 >>>>>> http://www.linkedin.com/groups?gid=107402 >>>>>> http://www.linkedin.com/groups?gid=1684717 >>>>>> * Oracle: https://mix.oracle.com/groups/18497 >>>>> >>>>> -- >>>>> Pedro Duque Vieira >>>>> >>>> >>>> >>>> >>>> -- >>>> Pedro Duque Vieira >>>> >>> >>> >>> >>> -- >>> Pedro Duque Vieira >>> >> >> >> >> -- >> Pedro Duque Vieira >> >> >> > > > -- > Pedro Duque Vieira > > > -- Pedro Duque Vieira
