Skip to content

Include application, dialog elements and audio and video tags for embedded object navigation in browse mode#7290

Merged
michaelDCurran merged 4 commits into
nvaccess:masterfrom
BabbageCom:i7239
Sep 5, 2017
Merged

Include application, dialog elements and audio and video tags for embedded object navigation in browse mode#7290
michaelDCurran merged 4 commits into
nvaccess:masterfrom
BabbageCom:i7239

Conversation

@LeonarddeR

Copy link
Copy Markdown
Collaborator

Link to issue number:

fixes #7239

Summary of the issue:

Embedded objects based on the html object tag are getting more rare these days, while we see increasing occurrence of applications, dialogs and audio and video tags inside web pages.

Description of how this pull request fixes the issue:

This adds applications and dialogs as well as audio/video tags for Internet Explorer, Firefox and Chrome. For Edge, I was unable to cover audio/video tags (see below)

Testing performed:

I tried navigating http://www.mediaelementjs.com/ with o using all the browsers above. I also created a test html document with alertdialog, dialog and application roles, which also navigated fine.

Known issues with pull request:

In Edge, audio and video tags are regarded to as embedded object. Technically, they have the group UIA control type. In NVDAObjects.uia.edge.EdgeTextInfo._getControlFieldForObject, groupings are made to report as embedded object in certain situations, but I have not yet found a reliable way to throw the required information to do this reliably in a UIA Multi Property Condition.

Change log entry:

Leonard de Ruijter added 3 commits June 14, 2017 19:09
…objects now includes audio and video tags, dialogs and applications
…is now supported for objects with the Pane UIA Control Type and either the application, alertdialog or dialog aria role
@LeonarddeR LeonarddeR changed the title Include application and dialog elements en audio and video tags for embedded object navigation in browse mode Include application, dialog elements and audio and video tags for embedded object navigation in browse mode Jun 15, 2017
Comment thread user_docs/en/userGuide.t2t Outdated

++ Embedded Objects ++
Pages can include rich content using technologies such as Adobe Flash and Sun Java, as well as applications and dialogs.
Pages can include rich content using technologies such as Adobe Flash, Oracle Java and HTMl5, as well as applications and dialogs.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight typo in 'HTMl5'.

Comment thread user_docs/en/userGuide.t2t Outdated
Where these are encountered in browse mode, NVDA will report "embedded object", "application" or "dialog", respectively.
You can press enter on these objects to interact with them.
You can quickly move to them using the o and shift+o embedded object single letter navigation keys.
to interact with these objects, you can press enter on them.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing capital at the beginning of the sentence.

@LeonarddeR

Copy link
Copy Markdown
Collaborator Author

@dkager: I assume you are ok with the current state of this branch?

michaelDCurran added a commit that referenced this pull request Jul 26, 2017
@michaelDCurran michaelDCurran merged commit b55db1e into nvaccess:master Sep 5, 2017
@nvaccessAuto nvaccessAuto added this to the 2017.4 milestone Sep 5, 2017
@LeonarddeR LeonarddeR added the BabbageWork Pull requests filed on behalf of Babbage B.V. label Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BabbageWork Pull requests filed on behalf of Babbage B.V.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include applications, dialogs and audio/video tags in embedded object quick navigation

4 participants