nvda
b1acfd18 - Edge: announce notifications fired by main Edge process such as reading view availability (#8424)

Commit
7 years ago
Edge: announce notifications fired by main Edge process such as reading view availability (#8424) * Edge: announce notifications fired by main Edge process such as reading view availability. Re #8423. Certain notifications, including reading view availability are fired by main Edge process, not the content process. This means NvDA will ignore such notifications. Resolved by adding a dedicated app module for Edge main process that'll catch notifications and announce them, and propogate them no more. * Edge: review actionn (limit notificaiton context to Edge). Re #8423. Reviewed by @LeonardDer: limit Edge notificaiton context to Edge only. This is done by checking to make sure focused element is indeed part of Edge, and if not, notifications will be silenced. This resolves an issue where Edge notifications are heard while using other apps. * Update what's new
Author
Committer
Parents
Loading