summaryrefslogtreecommitdiff
path: root/opengl/java
diff options
context:
space:
mode:
author Longbo Wei <longbowei@google.com> 2025-03-11 17:35:26 +0000
committer Longbo Wei <longbowei@google.com> 2025-03-11 10:47:32 -0700
commitcee14d2f7aad0914508b29cf787009e536bbef07 (patch)
treef6f2940a9c82f1117a6e3b3c92f7b8c80f791a77 /opengl/java
parent5a02366bbebeac428d0fa9c056445fec0c48816e (diff)
a11y: Fix autoclick typePanel buttons only work when clicking on edge
Root cause: The click listener is set on parent LinearLayout, When ImageButton gets the click, it does not propagate to parent, instead it consumes the click event, preventing the event from reaching the parent LinearLayout. Fix: Set android:clickable="false" on the ImageButton in XML to allow the event to propagate to the parent. Video: - Before: http://shortn/_LMnTIsoIVY - After: http://shortn/_S8Wx9UC1z9 Bug: b/395947503 Test: AutoclickTypePanelTest Flag: com.android.server.accessibility.enable_autoclick_indicator Change-Id: Id389af6539f92fd066e5e6f7141aeb7a39a47b5b
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions