Tooltip on FullScreenButton not showing on focus
dirkjf opened this issue · 2 comments
dirkjf commented
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.
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)
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.
dirkjf commented
ps. It would also be nice to close the full screen view when a user presses the escape button.