adeo / mozaic-design-system

Mozaic Design System
https://mozaic.adeo.cloud
Apache License 2.0
68 stars 17 forks source link

fix(Tooltip): make tooltip usable by keyboard for accessibility #1545

Closed LucasFournier17 closed 4 months ago

LucasFournier17 commented 5 months ago

I am opening an issue for

Styles (CSS, SCSS, ...)

Package version

@mozaic-ds/styles@1.70.2

Description

To make the Tooltip component usable by keyboard, we need to display it when the component receives focus from keyboard navigation. Today, there is no possibility for keyboard-only users to see the Tooltip.

GitHub repository

No response

Mock-up(s)

No response

What happened?

No response

What is expected?

To display the Tooltip when the component receives focus from keyboard navigation.

To Reproduce

No response

Code example

No response

Is this a regression?

Additional comments

No response

tiloyi commented 4 months ago

Treated by #1546