KevinVandy/material-react-table

Tooltip on FullScreenButton not showing on focus

dirkjf opened this issue · 1 comments

material-react-table version

v2.12.1

react & react-dom versions

v18.0.0

Describe the bug and the steps to reproduce it

All buttons show their tooltips when focused (using the keyboard - not the mouse), but this does not work for the full screen button.

Working:
image

Not working:
image

Minimal, Reproducible Example - (Optional, but Recommended)

See https://www.material-react-table.com/docs/examples/basic and use your keyboard to focus the buttons.

Screenshots or Videos (Optional)

image

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.

ps. It would also be nice to close the full screen view when a user presses the escape button.