forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uia] Fixed bug where ValuePattern was exposed on all gridcells
This CL fixes unwanted behavior, where the UIA_ValuePattern was being exposed on every single gridcell element. According to https://learn.microsoft.com/en-us/dotnet/framework/ui-automation/control-pattern-mapping-for-ui-automation-clients where a gridcell maps to a Data Item control type, ValuePattern is only supported conditionally. We have made it so ValuePattern is only exposed on gridcells when they are editable. Change-Id: I9bd2ce09d1fcf5fd9b07848b9438a1db26904945 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4303907 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Commit-Queue: Javier Contreras <javiercon@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1113675}
- Loading branch information
Javier Contreras Tenorio
authored and
Chromium LUCI CQ
committed
Mar 7, 2023
1 parent
b92f20e
commit 9841a43
Showing
2 changed files
with
85 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters