Skip to content
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

[Bug]: Tooltips are difficult to close with the keyboard #2018

Closed
3 tasks done
Ckauczor opened this issue Sep 27, 2023 · 0 comments · Fixed by #2368 or #2404
Closed
3 tasks done

[Bug]: Tooltips are difficult to close with the keyboard #2018

Ckauczor opened this issue Sep 27, 2023 · 0 comments · Fixed by #2368 or #2404
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@Ckauczor
Copy link

Preflight Checklist

Bug type

Accessibility

It affects the following packages

Components

Which version of Lyne Components are you using

No response

Operating system

No response

Browser / Browser version

No response

Input mode

None

Additional settings

No response

What happened?

The tooltips can only be closed via ESC. They are also not displayed when the element is focused with the keyboard.

Recommendation
The tooltips should be displayed when the element is focused with the keyboard or when the mouse pointer is moved over the element without requiring any additional interaction.
They should be automatically hidden when the focus is no longer on the triggered element or when the mouse is moved.

Steps to reproduce the issue

  1. Step one
  2. Step two
  3. ...

Relevant log output

No response

@Ckauczor Ckauczor added the type: bug 🐛 Something isn't working label Sep 27, 2023
@jeripeierSBB jeripeierSBB self-assigned this Jan 24, 2024
jeripeierSBB added a commit that referenced this issue Feb 8, 2024
#2368)

BREAKING CHANGE: Component `sbb-tooltip` has been renamed to `sbb-popover`.
Component `sbb-tooltip-trigger` has been renamed to `sbb-popover-trigger`
Attribute `sbb-tooltip-close` has been renamed to `sbb-popover-close`.
Every CSS tooltip variable has been renamed from `--sbb-tooltip-*` to `--sbb-popover-*` (including trigger).

Closes #2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
2 participants