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

Issue 817636 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
STS
Team-Accessibility



Sign in to add a comment

Selection bug: same focus and anchor node and offset for a range

Project Member Reported by katie@chromium.org, Mar 1 2018

Issue description

Example:

data:text/html,<div contenteditable role="textbox" aria-multiline="true">Content</div>unread

Select everything using ctrl+A

The anchorObject and focusObject are both the staticText "unread"
The anchorOffset and focusOffset are both 6

So the "content" appears selected to the user but isn't accounted for in the automation tree.
 

Comment 1 by katie@chromium.org, Mar 19 2018

Components: UI>Accessibility>SelectToSpeak

Comment 2 by katie@chromium.org, Mar 19 2018

Components: -UI>Accessibility
Labels: STS_selection
This bug requires improvements to selection and may automatically be fixed when relevant selection fixes are available through the automation API.

Sign in to add a comment