RE: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-10 Thread John Smith
A somewhat related inconvenience I have with tooltips is that if you put a tooltip on a button, then hover the mouse so that the tooltip shows up, you can't click to activate the button unless you move the mouse pixel to left or top because the resultant click will go to the tooltip and not to t

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-12 Thread Pedro Duque Vieira
The problem gets worse because tooltip is not a node (why?) so you cannot easily know if the mouse is hover a tooltip or not. Does someone know how to see if a mouse is hover a tooltip? On Tue, Jun 11, 2013 at 1:11 AM, John Smith wrote: > A somewhat related inconvenience I have with tooltips is

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-14 Thread Pedro Duque Vieira
Sorry to insist but the question has not been answered yet. Does someone know how to see if a mouse is hover a tooltip? Or if there is a specific component beneath the mouse and under the tooltip? Cheers, On Wed, Jun 12, 2013 at 10:38 PM, Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote:

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-14 Thread Jonathan Giles
Stepping back slightly, the concern I've raised previously with regard to the modena tooltip is its positioning under the mouse. I think the first thing that should be discussed is whether we can relocate that popup such that it is slightly shifted downwards and to the right so that it doesn't

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-15 Thread Pedro Duque Vieira
Yes this problems would be solved. But I think API wise, there should be a way to check whether the mouse is inside a particular tooltip. Also I think it is not possible sometimes to get the node that "owns" the tooltip, I think there should be a way to get it too. Cheers, > Stepping back sligh

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-17 Thread Pavel Safrata
Hello, not having any strong opinion on the desired behavior or needed API, here are a few comments to the current state: * Tooltip is a Window, so you should be able to call tooltip.getScene() or tooltip.getScene().getRoot() and watch for mouse events/hover state there * Tooltip is a Window s

RE: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-19 Thread Pedro Duque Vieira
Hi Pavel, Thanks for your reply. Hello, > not having any strong opinion on the desired behavior or needed API, > here are a few comments to the current state: > * Tooltip is a Window, so you should be able to call tooltip.getScene() > or tooltip.getScene().getRoot() and watch for mouse events/hov

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-19 Thread Pavel Safrata
On 19.6.2013 16:57, Pedro Duque Vieira wrote: Hi Pavel, Thanks for your reply. Hello, not having any strong opinion on the desired behavior or needed API, here are a few comments to the current state: * Tooltip is a Window, so you should be able to call tooltip.getScene()