RFR: JDK-8296387: [Tooltip, CSS] -fx-show-delay is only applied to the first tooltip that is shown before it is displayed [v2]
Marius Hanl
mhanl at openjdk.org
Sat Mar 9 09:12:56 UTC 2024
On Fri, 8 Mar 2024 22:36:19 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> What I see is the very first time the tooltip appears it's using the old show-delay value of 1000ms. Any subsequent attempts the new delay is in effect.
>
> Then, change back to 1000ms. Same thing happens: the first time the old timeout value is used instead of the new.
There seems to be a difference when using `setStyle` and a global stylesheet. I'm investigating.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1394#issuecomment-1986802288
More information about the openjfx-dev
mailing list