1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics/widgets
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
..
juce_ComboBox.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ComboBox.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImageComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImageComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Label.cpp TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-09 16:55:19 +01:00
juce_Label.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ListBox.cpp Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_ListBox.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ProgressBar.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ProgressBar.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Slider.cpp Slider: Respect setNumDecimalPlaces after setRange 2022-07-11 13:18:59 +01:00
juce_Slider.h Slider: Add keyboard control even without accessibility 2022-06-09 16:24:00 +02:00
juce_TableHeaderComponent.cpp Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TableHeaderComponent.h Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TableListBox.cpp Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TableListBox.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TextEditor.cpp TextEditor: Call repaint on clear 2022-07-11 13:18:59 +01:00
juce_TextEditor.h Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
juce_Toolbar.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Toolbar.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemComponent.cpp Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
juce_ToolbarItemComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemFactory.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemPalette.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemPalette.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TreeView.cpp Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TreeView.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00