New issue
Advanced search Search tips

Issue 746614 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

ChromeVox adds and then explicitly reads unneeded commas when using headings list

Project Member Reported by mrostman@google.com, Jul 19 2017

Issue description

Chrome Version       : 59.0.3071.115 (Official Build) (64-bit)
ChromeVox Extension Version: 53.0.2784.5
OS Version: Goobuntu-desktop-trusty-stable 14.04 201707TD2
URLs (if applicable) : Any page with multiple headers, ie www.chromium.org


What steps will reproduce the problem?
1. Open www.chromium.org
2. Press "ChromeVox+L>H" (Show headings list)
3. Press "ChromeVox+D>C" (Enable logging) and open the developer console
4. Use the up/down arrows to go to a heading, for example, "The Chromium Projects"
5. Observe that the speech read is "comma comma the chromium projects", and the logged speech is ", , the chromium projects"
5. Type the first word of the header in the search box ("the", in this case)
6. Observe that the speech read is "comma the <pause> chromium projects" and the logged speech is ", the, chromium projects"
7. Delete the word in the search box, type instead a word/string from the middle of the header (for example, "chromium")
8. Observe that the speech read is "the <pause> chromium <pause> projects" and the logged speech is "the, chromium, projects"

What is the expected result?
Commas should not be added if there is no text preceding them

What happens instead?
Commas are added even when there is no text preceding them, causing them to be explicitly read.


Please provide any additional information below. Attach a screenshot if
possible.

 
Project Member

Comment 1 by sheriffbot@chromium.org, Jul 20 2017

Labels: Hotlist-Google
Labels: Needs-Triage-M59
Status: wontfix (was: Unconfirmed)
You most likely have all punctuations set.

As for the commas, they're meant to be there to pause around the keyword search hit. This is actually a well received user feature.

Sign in to add a comment