New issue
Advanced search Search tips

Issue 906764 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

ARC++ windows a11y: Calculate node bounds relative to root instead of absolute

Project Member Reported by katie@chromium.org, Nov 19

Issue description

See TODO in AXTreeSourceArc::GetBounds:
Can we use offset_container_id instead of getting each node's bounds compared to the top level window?
 
I think we can use. But how would offset_container_id work?

For example,

Node A: (10,10)
Node B: (100, 100) with offset_container_id = Node A

Where is Node B located in the screen? (110, 110) or (90, 90)?

Sign in to add a comment