Fix ModsTableTooltip
Component
#765
Labels
priority: medium
status: help wanted
This issue is low-priority for maintainers. Any user is welcome to submit a pull request
type: enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
We are currently using Mantine's floating tooltips (
<Tooltip.Floating>
), which are ignored by screen readers and also don't let the user select the text in the tooltip.Describe the solution you'd like
Use Mantine's static tooltips instead (
<Tooltip>
). In this case, we need to get themultiline
functionality working and makeonMouseEnter
andonMouseLeave
work for the component in the dropdown.Describe alternatives you've considered
Use the Mantine
Popover
component instead (like in theModDownloadButton
component) and simply style it to look like the staticTooltip
(this might be simpler).Additional context
Follow-up to #752 issue 2.
The text was updated successfully, but these errors were encountered: