You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the global DominoUI config, it would be nice to have a configuration for a CollapseStrategy for tooltips. This way the show/hide of tooltips can be customized.
One use case is to support being able to delay the 'show' using a cancelable timer. This would be considered a 'theme' level change as it may be desired for ALL tooltips to have a 1 or 2 second delay before showing. It would be much more convenient to have a global config rather than setting the strategy on every single instance of tooltip.
Other CollapseStrategy Suppliers already exist onthe DominoUIConfig such as for card, accordion, tree and a 'default'; however the setDefaultCollapseStrategySupplier is not used in Tooltip (found in the Tooltip constructor)
In the global DominoUI config, it would be nice to have a configuration for a CollapseStrategy for tooltips. This way the show/hide of tooltips can be customized.
One use case is to support being able to delay the 'show' using a cancelable timer. This would be considered a 'theme' level change as it may be desired for ALL tooltips to have a 1 or 2 second delay before showing. It would be much more convenient to have a global config rather than setting the strategy on every single instance of tooltip.
Other CollapseStrategy Suppliers already exist onthe DominoUIConfig such as for card, accordion, tree and a 'default'; however the setDefaultCollapseStrategySupplier is not used in Tooltip (found in the Tooltip constructor)
Example code could be:
The text was updated successfully, but these errors were encountered: