New issue
Advanced search Search tips

Issue 770188 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

The meter role should support the value interface

Project Member Reported by aleventhal@chromium.org, Sep 29 2017

Issue description

While testing directly with IAccessible2 interfaces, I found something that our current dump tree tests bypassed since they utilize BrowserAccessibilityWin::GetCom() and bypass a thin layer of code that actually exposes stuff to COM.

The <meter> element which uses AX_ROLE_METER internally does not support the value interface in IA2, but should.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 29 2017

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

commit 91ac75f74425b26f68580e20a57fceb2f94b865b
Author: Aaron Leventhal <aleventhal@chromium.org>
Date: Fri Sep 29 16:19:08 2017

Meter should support value interface

Bug:  770188 
Change-Id: Iffe6636f58b8ad55b0c44ce90f9e93596e98e635
Reviewed-on: https://chromium-review.googlesource.com/692414
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505386}
[modify] https://crrev.com/91ac75f74425b26f68580e20a57fceb2f94b865b/ui/accessibility/platform/ax_platform_node_base.cc

Status: Fixed (was: Started)

Sign in to add a comment