[LionTooltip] Delay the opening #1672
Unanswered
MatthieuLebigre
asked this question in
Q&A
Replies: 1 comment
-
Good question, the current design is that everything can be configured in the OverlayController, and the OverlayMixin in turn allows to configure the overlayController via @daKmoR @jorenbroekema opinions/ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a question about the LionTooltip: What would be the better way to delay the opening of the tooltip ?
From what I understand, right now it is displayed as soon as the mouse is over the invoker, and there is no easy way to configure a delay before the opening.
Overriding the
_showMouse
could work, but is there a better way ? Could/should it be more generic to any mixin ?Beta Was this translation helpful? Give feedback.
All reactions