audiobookshelf/client/components/ui
Lars Kiesow ee0ac00f80 Make Tooltips Accessible
When using accessibility tools like screen magnifiers, dynamic screen
content can be quite problematic. In particular content, which only
appears if you interact with elements somewhere else on the screen. That
is the case, for example, with the current implementation of tooltips
used by audiobookshelf.

This patch provides a slight adjustment, keeping the tooltips open if
you hover over them. This allows users to have better access to the
content.
2022-11-20 20:02:31 +01:00
..
Btn.vue
Checkbox.vue
Dropdown.vue
EditableText.vue
FileInput.vue
IconBtn.vue
InputDropdown.vue
LibrariesDropdown.vue Update:New library icons and picker using icon font 2022-10-18 12:09:36 -05:00
LibraryIcon.vue Update:New library icons and picker using icon font 2022-10-18 12:09:36 -05:00
LoadingIndicator.vue
MediaIconPicker.vue Update:New library icons and picker using icon font 2022-10-18 12:09:36 -05:00
Menu.vue
MultiSelect.vue Update:More localization strings #1103 2022-11-08 17:10:08 -06:00
MultiSelectDropdown.vue Update:More localization strings #1103 2022-11-08 17:10:08 -06:00
MultiSelectQueryInput.vue Update:More localization strings #1103 2022-11-08 17:10:08 -06:00
QueryInput.vue Update:More localization strings #1103 2022-11-08 17:10:08 -06:00
ReadIconBtn.vue
RichTextEditor.vue
TextareaInput.vue
TextareaWithLabel.vue
TextInput.vue
TextInputWithLabel.vue
TimePicker.vue
ToggleSwitch.vue
Tooltip.vue Make Tooltips Accessible 2022-11-20 20:02:31 +01:00
VueTrix.vue