Placeholder text now uses its parent's readonly attribute.
Without this change, placeholder's static text is considered to be Read-Only. This would be confusing to AT users. With this change, if a node is queried for UIA_IsReadOnlyAttributeId, we determine if the node is placeholder text. If so, the read-only value exposed to UIA should match the read-only value of the parent. Bug: 1017457 Change-Id: I79c41adaeccfd4a8173ab5a6d89c8cde1f6a0477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877308Reviewed-by:Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Jacques Newman <janewman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#709253}
Showing
Please register or sign in to comment