Files
openide/platform/platform-api
Aydar Mukhametzyanov ae0413924c IDEA-320485 Accessibility: Fix announcing notification at the start of the IDE
The problem is in the caller: we find a label, give it to the native, but native doesn't have a native accessible context yet, because the initialization is lazy and VoiceOver hasn't been requested it.
Now we take IdeRootPane as a caller.

GitOrigin-RevId: de04373d3098fa434efbc4bab746eb8b878f861c
2023-05-19 15:38:07 +00:00
..