Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIA/search field: exclude Microsoft Edge's address omnibar from becoming a search field #10002

Closed
josephsl opened this issue Jul 31, 2019 · 0 comments · Fixed by #10200
Closed

Comments

@josephsl
Copy link
Collaborator

Hi,

Based on #9110 but more generalized:

Is your feature request related to a problem? Please describe.

As part of #6241, search suggestions and search field detection became possible. Back then, Edge's address omnibar (for classic Edge) was also recognized as a search field due to the work being based on an add-on.

Over time, it has become apparent that Edge's address omnibar support needed more tweaking. One prominent problem is the fact that controller for event is fired by Edge's address omnibar when Edge becomes maximized (see #9110 for details), along with address completion not being read (see #8838). In case of the first problem, it was traced to the fact that the address bar was treated as a search field, thereby living with controller for event for an element not currently focused at the moment, and for the second, auto-select wasn't used due to older assumptions about UIA auto-select (pull request in progress in #9660).

Describe the solution you'd like

Given the above issues, it is proposed that Classic Edge's address omnibar be excluded from becoming a search field. Not only this resolves #9110, it also prepares that element to participate in #9660 PR. Also, now that we have an app module for Edge (both the host and the content process), any tweaks for that element should be part of that app module, with base UIA search field used to cover search fields across Windows and apps.

Describe alternatives you've considered

Leave it as is. Solution then becomes adding an overlay class in Edge app module that prevents controller for (more specifically, suggestions closed) event being fired when the address omnibar loses focus.

Additional context

Although #9660 can benefit Edge's address omnibar, a pull request for this issue is independent of that work. Also, the next generation of Edge is based on Chromium, so this does not apply there.

Thanks.

josephsl added a commit to josephsl/nvda that referenced this issue Sep 10, 2019
…onger a search field. Re nvaccess#10002.

Thanks to UIA auto-select for eit fields, it is no longer necessary to treat Edge's address omnibar as a dedicated search field, in that search results will be announced automatically. This also resolves an issue where NVDA kept playing search suggestion sound when Edge was maximized due to odd controller for event being fired by omnibar itself.
josephsl added a commit to josephsl/nvda that referenced this issue Sep 11, 2019
…onger a search field. Re nvaccess#10002.

Thanks to UIA auto-select for eit fields, it is no longer necessary to treat Edge's address omnibar as a dedicated search field, in that search results will be announced automatically. This also resolves an issue where NVDA kept playing search suggestion sound when Edge was maximized due to odd controller for event being fired by omnibar itself.
michaelDCurran pushed a commit that referenced this issue Sep 13, 2019
…onger a search field. Re #10002. (#10200)

Thanks to UIA auto-select for eit fields, it is no longer necessary to treat Edge's address omnibar as a dedicated search field, in that search results will be announced automatically. This also resolves an issue where NVDA kept playing search suggestion sound when Edge was maximized due to odd controller for event being fired by omnibar itself.
@nvaccessAuto nvaccessAuto added this to the 2019.3 milestone Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants