Moving from internal bug database - #6688032 -
The current tooltips support in SceneGraph has the following problem. When a tooltip is set for a component, and the component is moved/translated when the tooltip is visible, tooltip is not moved/translated. In particular, this makes tooltips impossible to use for a constantly animated components.
The same issue can be reproduced with popups: popup menus and combobox dropdown lists.
I'm attaching a simple FX script that shows a rotating button. The button has a tooltip "TOOLTIP", which is not rotated together with the button. Run the test, move the mouse over the button and wait until tooltip is shown. If you see the tooltip is not rotating, the bug is reproduced.
--------------- Entry 1 artem.ananiev [2008-04-14 10:46]
Bugs closed as a duplicate of this -
6653254: Opacity value applied to JComboBox is not propagated to the drop-down
6657513: JComboBox's drop-down is not clipped when applying a clipping area over the combo box
The current tooltips support in SceneGraph has the following problem. When a tooltip is set for a component, and the component is moved/translated when the tooltip is visible, tooltip is not moved/translated. In particular, this makes tooltips impossible to use for a constantly animated components.
The same issue can be reproduced with popups: popup menus and combobox dropdown lists.
I'm attaching a simple FX script that shows a rotating button. The button has a tooltip "TOOLTIP", which is not rotated together with the button. Run the test, move the mouse over the button and wait until tooltip is shown. If you see the tooltip is not rotating, the bug is reproduced.
--------------- Entry 1 artem.ananiev [2008-04-14 10:46]
Bugs closed as a duplicate of this -
6653254: Opacity value applied to JComboBox is not propagated to the drop-down
6657513: JComboBox's drop-down is not clipped when applying a clipping area over the combo box