Status Update
Comments
bl...@google.com <bl...@google.com> #2
yi...@google.com <yi...@google.com> #3
uiautomator dump cmd simply reads the node info from accessibility. If any field is missing, it means the app didn't set the field in accessibility. In this case, it looks to me that flutter didn't put scale info to text field in accessibility.
ch...@google.com <ch...@google.com> #4
Do you have the code to dump the tree from UIAutomator? last time I check UIAutomator still not supporting hinttext
yi...@google.com <yi...@google.com> #5
To clarify, the dump command is a separate tool than uiautomator library. The command basically calls the
The uiautomator library itself(which is not actually related in this case) already supports hint text(
ch...@google.com <ch...@google.com> #6
Thanks for the pointer, so looks like the dump method doesn't print out hinttext
It needs to fix from their side
ap...@google.com <ap...@google.com> #7
Project: platform/frameworks/base
Branch: main
Author: Yichun Li <
Link:
Add drawing-order and hint to dump cmd xml output
Expand for full commit details
Add drawing-order and hint to dump cmd xml output
Test: manual
Bug: 377620843
Change-Id: I79056ed78f71ee1bb4abc5e93de3e23ca5367248
Files:
- M
cmds/uiautomator/library/core-src/com/android/uiautomator/core/AccessibilityNodeInfoDumper.java
Hash: c27380884cc44da875b6efd6b2d9ce861ce970ef
Date: Thu Nov 14 21:16:17 2024
Description
I tried to see if was a issue from the Flutter but it wasn't, so maybe is something related to the UiAutomator, please see the link for more information.