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

Quick nav to content editable elements in an iframe #14414

Open
ZaphodAndo opened this issue Dec 1, 2022 · 2 comments
Open

Quick nav to content editable elements in an iframe #14414

ZaphodAndo opened this issue Dec 1, 2022 · 2 comments
Labels
p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.

Comments

@ZaphodAndo
Copy link

Overview:

Currently when navigating around a page that contains rich text editors such as TinyMCE and CKEditor and pressing e to jump to the next text edit field, NVDA complains that no next edit field can be found despite there being rich text editors on the page.
This has been brought up before in #5534 and was supposedly fixed in #7461 however this does not seem to have resolved the issue.

Steps to reproduce:

  1. Navigate to a page containing a rich text editor e.g. https://www.tiny.cloud/docs/tinymce/6/full-featured-premium-demo/
  2. Press e to navigate to the next edit field.

Actual behaviour:

NVDA Speech: "no next edit field"

Expected behaviour:

NVDA should navigate to the rich text editor.
NVDA Speech: "Rich Text Area document editable selected"

System configuration

NVDA installed/portable/running from source:

Installed

NVDA version:

Release 2022.3.2

Windows version:

Windows 10 Business Version 10.0.19044 Build 19044

Name and version of other software in use when reproducing the issue:

Firefox version: 107.0

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviours.

No

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@amirsol81
Copy link

I can duplicate this with NVDA Alpha 27213, Windows 11 22H2 (OS Build 22623.819), Google Chrome V108, and MS Edge V107.

@seanbudd seanbudd added p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Dec 6, 2022
@feerrenrut feerrenrut changed the title Single letter navigation to editable text fields such as rich text editors currently doesn't work Quick nav to content editable elements in an iframe Dec 6, 2022
@feerrenrut
Copy link
Contributor

I can also reproduce this in Edge.

Technical:

The example site seems to have an iframe for the editor, the editable appears to be implemented with a content editable.

This will need a minimal sample in order to investigate adding support. I'd recommend testing without the iframe first (and update the title of the issue if quick nav does not work even without the iframe)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

No branches or pull requests

4 participants