-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Action Bar] Improve Tooltip options #6393
Comments
I believe this is relevant for all Tooltips, not just ones associated with Actions / Action Bar (though they are most commonly seen example). Regarding the lag, we should consider a faster default delay along with the ability to disable the delay entirely (not the animation, which is already possible with css variable override). We could consider allowing this delay to be customized but would likely lead to fragmentation as correctly noted by @AdelheidF and the ability to disable a (faster) default should be sufficient. |
Updating to reflect the original discussion, reference #6396 for specific timing considerations of |
Added an issue creation priority label of |
Please see this comment and subsequent comments on epic #6396 for timing information and designs for improving behaviors when multiple Tooltips are adjacent to each other. At this time, we think providing automatic logic for showing/hiding Tooltips when Action Bar is collapsed/expanded isn't necessary as this can currently be achieved without it and may cause unexpected problems depending on the particular scenario. I have been unable to reproduce "When clicking on an action, the tooltip still shows". Can we document this bug as a separate issue? |
Closing per #6393 (comment) |
Description
Tooltips in
action-bar
have a lag when appearing or disappearing. Examples include:Acceptance Criteria
It isn't intuitive to add
tooltip
to the actions of theaction-bar
. A few improvements could include:enableTooltip
and use the action labels.Relevant Info
Teams discussion with ArcGIS Online team members.
Which Component
action-bar
andtooltip
is most noticeable, also includesaction
,action-pad
,flow-item
, andtooltip
.Example Use Cases
Esri team
ArcGIS Online
The text was updated successfully, but these errors were encountered: