New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 752231 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Mac
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Make the platform accessibility code internationalization aware

Project Member Reported by nek...@chromium.org, Aug 3 2017

Issue description

In the  accessibility code that exposes the accessibility tree to the various native platforms such as under content/browser/accessibility and ui/accessibility there are many cases when we work on text. For example we compute:
1. Positions in text, such as trying to find the next character in AXPosition::CreateNextCharacterPosition.
2. Count the number of characters in a piece of text, such as get_nCharacters in BrowserAccessibilityComWin.
3. Compare two pieces of text, such as in BrowserAccessibilityCocoa::computeTextEdit.
In all of those cases we don't support languages that use characters that are more than 16 bits because we use base::string16 and plain indices for the above computations.
We need to switch to using libICU like the rest of the codebase and use a text iterator for moving by character inside  strings.
I don't believe that our automation code does any string handling but we need to investigate both the automation APIs and the ChromeVox codebase for the same issues. In the case of ChromeVox we need to figure out if the use of JavaScript on its own doesn't require any additional internationalization support.
 
Owner: ----
Labels: a11y-secondary
Project Member

Comment 3 by sheriffbot@chromium.org, Dec 10

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment