HP Secure Browser support (#16377): Fixup backspace not working in gmail sign-in fields when chromium (#16395)
is using UIA text ranges (rather than IA2)
Summary of the issue:
When using Secure Browser, Backspace key is not working in gmail's signin fields
(email address, password etc)
Description of user facing changes:
Backspace key works after the changes, but this is a partial fix only since the deleted character
is still not spoken.
Description of development approach:
UIA exceptions are preventing codepaths such as reinjection of backspace
event from working properly. Catch&log exceptions rather than letting
them escape.
Co-authored-by: Tomasz Wroblewski <tomasz.wroblewski@hp.com>