1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules/juce_gui_basics
attila 387eea5f51 MacOS: Accessibility: Fix returning ignored native element in accessibilityChildren
This fixes a bug, where VoiceOver would interact with the InnerNSView in
the AudioPluginHost. Instead the focus now jumps from the minimise
button directly to the plugin's first accessible element.

On MacOS the rule is: when returning accessibilityChildren an ignored
child must be replaced with its own children. When returning the
accessibilityParent, an ignored element must be replaced with its own
parent.
2023-11-08 16:42:59 +01:00
..
accessibility Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
application Formatting 2023-10-02 15:42:20 +01:00
buttons Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
commands Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
components Component: Improve the accuracy of the relative mouse position 2023-10-31 12:47:39 +00:00
desktop Formatting 2023-10-02 15:42:20 +01:00
detail Docs: Fix some missing Doxygen tags 2023-10-20 11:22:47 +01:00
drawables Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
filebrowser Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
keyboard Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
layout ConcertinaPanel: Move call that was mistakenly added to move constructor 2023-11-03 08:54:16 +00:00
lookandfeel Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
menus PopupMenu: Only display inside safe user area 2023-10-23 16:33:18 +01:00
misc Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
mouse Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
native MacOS: Accessibility: Fix returning ignored native element in accessibilityChildren 2023-11-08 16:42:59 +01:00
positioning Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
properties Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
widgets Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
windows Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_gui_basics.cpp Includes: Move some miscellaneous includes into module header and source files 2023-10-09 14:49:18 +01:00
juce_gui_basics.h Bump version number to 7.0.8 2023-10-19 09:06:32 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00