Details
-
Type:
Task
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha5, 1.0.0-RC1, 1.0.0-RC2
-
Component/s: None
-
Labels:
Description
For the Action buttons on each Instance in the list of instances as well as on the top on the instance detail view, we should show a tooltip.
In order to achieve that we should use a title attribute instead of the aria-label attribute: both are being read by a screen reader, but title will in addition show a tooltip when hovering.
The tooltip should have a contents following the pattern "[Action] instance [Instance Id]":
"Retry instance 1234567-8"
"Cancel instance 1234567-8"