fix(alert): auto-dismissable
pauses timer while there is a focus on an element inside alert
component
#5960
Labels
4 - verified
Issues that have been released and confirmed resolved.
a11y
Issues related to Accessibility fixes or improvements.
c-alert
Issues that pertain to the calcite-alert component
Calcite (dev)
Issues logged by Calcite developers.
enhancement
Issues tied to a new feature or request.
estimate - 5
A few days of work, definitely requires updates to tests.
p - medium
Issue is non core or affecting less that 60% of people using the library
Milestone
Description
Follow-up fix to #5872
While the timer pauses when hovering over, it's not pausing when the focus is inside the alert and the cursor is not. For instance, if a slotted
calcite-link
hasfocus
, the timer should pause as well.Also small refactors to rename private handle events for
onPointerOut
andonPointerOver
handlers and corresponding tests.Acceptance Criteria
auto-dismissable
pauses timer while there is a focus on an element insidealert
componentRelevant Info
No response
Which Component
alert
Example Use Case
No response
Esri team
Calcite (dev)
The text was updated successfully, but these errors were encountered: