1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/accessibility
reuk 707767fa4c
Accessibility: Multiple table fixes
- Fixes an off-by-one error when navigating by rows, caused by treating
  the table header as a row. The table header now has the header
  accessibility role.
- Fixes a bug where reordering table columns would cause the table to
  become inaccessible.
- Fixes a bug where the screen reader would try to navigate hidden table
  columns.
- Fixes an issue where moving the VoiceOver cursor to a partially hidden
  cell would cause the focus to move to the table itself, rather than to
  the cell.
2022-07-29 18:54:09 +01:00
..
enums Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
interfaces Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_AccessibilityHandler.cpp Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
juce_AccessibilityHandler.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_AccessibilityState.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00