Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression preventing VoiceOver following the keyboard focus
In fafdb17 a potential nullptr deref was fixed, but it changed the hierarchy of accessible objects. The new hierarchy would prefer to send a parent object that represents the application, but macOS needs the window to be in the hierarchy for VoiceOver to behave as expected. Tweak it so that we give the window as parent again, not the app. Change-Id: I5f7f59b07d0966c8bcf96968e4ed65eba9e05be6 Reviewed-by: Jan Arve Sæther <[email protected]>
- Loading branch information