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
Is your feature request related to a problem? Please describe.
The native tooltips (title attributes) take a long time to appear (2-3 sec on Mac) and are also not formatable. Some indicators, like the FEEL expression ones, need to show the tooltip at least once to be understandable, but the user must remain for too long on elements like this to actually discover that there are tooltips or not.
Describe the solution you'd like
We should introduce custom tooltips that appear with much less delay compared to native tooltips and also look better, i.e. with an arrow pointing to the source of the tooltip. For accessibility reasons, however, we should include the title attribute anyway.
Describe alternatives you've considered
Keeping the native tooltips and rendering them badly discoverable.
Or let the embedding applications (Modelers) render the tooltips accordingly (if possible, I would also prefer this)
Additional context
Add any other context or screenshots about the feature request here.
Current
We want something like
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The native tooltips (
title
attributes) take a long time to appear (2-3 sec on Mac) and are also not formatable. Some indicators, like the FEEL expression ones, need to show the tooltip at least once to be understandable, but the user must remain for too long on elements like this to actually discover that there are tooltips or not.Describe the solution you'd like
We should introduce custom tooltips that appear with much less delay compared to native tooltips and also look better, i.e. with an arrow pointing to the source of the tooltip. For accessibility reasons, however, we should include the
title
attribute anyway.Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
Current
We want something like
The text was updated successfully, but these errors were encountered: