Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ToolTip and delay
ToolTip and delay [message #1860720] Tue, 29 August 2023 07:36 Go to next message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 195
Registered: February 2013
Senior Member
Hi everyone
I want to set delay for tooltip
added inside css theme

Widget-ToolTip:hover {
transition-delay: 3s;
}

and nothing. None of changes

How to set a delay for tooltpi?
Re: ToolTip and delay [message #1860723 is a reply to message #1860720] Tue, 29 August 2023 12:00 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2429
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,

as a reminder all the supported CSS properties are specified in the Theming Reference [1].
transition-delay
is not supported, but
animation
.

The
appearDelay
is defined in the
WidgetToolTip.js
file. You can patch it at runtime by overriding
rwt.widgets.util.ToolTipConfig._defaultConfig
.

[1] https://download.eclipse.org/rt/rap/doc/3.25/guide/reference/theming/Widget.html#Widget-ToolTip

Best regards,
Ivan
Previous Topic:Chrome/Edge issue with application-managed PopupMenus
Next Topic:Clipboard vs. JEE_COMPATIBILITY
Goto Forum:
  


Current Time: Mon Dec 09 23:27:34 GMT 2024

Powered by FUDForum. Page generated in 0.02813 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top