New issue
Advanced search Search tips

Issue 828946 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Apr 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

MSAA put_accValue not hooked up

Project Member Reported by dmazz...@chromium.org, Apr 4 2018

Issue description

Calling put_accValue on the IAccessible element for a simple text field on a web element doesn't work.

 
Labels: a11y-secondary
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 4 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/df135a725997fc66af170fd05b3916537d5d0cdd

commit df135a725997fc66af170fd05b3916537d5d0cdd
Author: Dominic Mazzoni <dmazzoni@chromium.org>
Date: Wed Apr 04 19:52:10 2018

Implement accessible kSetValue action for web content.

This hooks up support for the MSAA put_accValue interface.
Also refactors BrowserAccessibility::AccessibilityPerformAction
to use a switch instead of a bunch of if statements.

Bug:  828946 
Change-Id: Ia9169a3156428ae371953f9cbad9c2c72311bd8f
Reviewed-on: https://chromium-review.googlesource.com/996178
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548166}
[modify] https://crrev.com/df135a725997fc66af170fd05b3916537d5d0cdd/content/browser/accessibility/browser_accessibility.cc

Project Member

Comment 3 by bugdroid1@chromium.org, Apr 4 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/df135a725997fc66af170fd05b3916537d5d0cdd

commit df135a725997fc66af170fd05b3916537d5d0cdd
Author: Dominic Mazzoni <dmazzoni@chromium.org>
Date: Wed Apr 04 19:52:10 2018

Implement accessible kSetValue action for web content.

This hooks up support for the MSAA put_accValue interface.
Also refactors BrowserAccessibility::AccessibilityPerformAction
to use a switch instead of a bunch of if statements.

Bug:  828946 
Change-Id: Ia9169a3156428ae371953f9cbad9c2c72311bd8f
Reviewed-on: https://chromium-review.googlesource.com/996178
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548166}
[modify] https://crrev.com/df135a725997fc66af170fd05b3916537d5d0cdd/content/browser/accessibility/browser_accessibility.cc

Status: Verified (was: Started)
Verified by original bug reporter on chromium-accessibility@chromium.org

Sign in to add a comment