Skip to content

Do not allow the name to be content when the object is editable#7169

Merged
feerrenrut merged 1 commit into
masterfrom
i7153-LabelReadAsValue
May 30, 2017
Merged

Do not allow the name to be content when the object is editable#7169
feerrenrut merged 1 commit into
masterfrom
i7153-LabelReadAsValue

Conversation

@feerrenrut

Copy link
Copy Markdown
Contributor

Link to issue number:

Fixes #7153

Summary of the issue:

In some situations (see issue for details) the label of an edit field is read as the value in browse mode.

Description of how this pull request fixes the issue:

When dealing with an editable object, the name should not be used as content.

Testing performed:

Compared the output of chrome in browse mode using the data URI examples provided on the issue.

Change log entry:

Bug fixes:

  • Editable div elements in Chrome are no longer have their label reported as their value while in browse mode.

@feerrenrut feerrenrut requested a review from jcsteh May 12, 2017 08:03
feerrenrut added a commit that referenced this pull request May 15, 2017
Merge branch 'i7153-LabelReadAsValue' into next
@feerrenrut feerrenrut merged commit 6562515 into master May 30, 2017
@nvaccessAuto nvaccessAuto added this to the 2017.3 milestone May 30, 2017
@feerrenrut feerrenrut deleted the i7153-LabelReadAsValue branch May 30, 2017 09:45
feerrenrut added a commit that referenced this pull request May 30, 2017
- PR #7169 : Editable div elements in Chrome are no longer have their label reported as their value while in browse mode. (Issue #7153)
- PR #6396 : An unbound gesture (script_restart) has been added to allow NVDA to be restarted quickly. (PR #6396)
- PR #6777 : A Braille setting has been added to "show messages indefinitely". (Issue #6669)
- PR #7133 : Pressing end while in browse mode of an empty Microsoft Word document no longer causes a runtime error. (Issue #7009)
- PR #6868 : The keyboard layout can now be set from the NVDA Welcome dialog. (Issue #6863)
- PR #6813 : The names of "landmarks" are abbreviated in Braille (Issue #3975)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When in browse mode in Chrome the label for a div contentEditable is read out as if it is the current value when there is no aria role.

3 participants