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

MS Edge: support find in browse mode #6580

Closed
michaelDCurran opened this issue Nov 21, 2016 · 0 comments
Closed

MS Edge: support find in browse mode #6580

michaelDCurran opened this issue Nov 21, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@michaelDCurran
Copy link
Member

Find (NVDA+control+f) etc must be supported in browse mode for Microsoft Edge.

To do this, UIATextInfo::find must be implemented making use of IUIAutomationTextRange::findText.

Once implemented, this will expose a bug in Microsoft Edge where findText matches on hidden text (such as display:none) that is not exposed via the UIAutomation text pattern. This has been reported as MS bug 9888158.
P2 as this feature is pretty standard for browse mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants