Bug P2
Status Update
Comments
sh...@chromium.org <sh...@chromium.org> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Radha Nakade <
Link:
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Expand for full commit details
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Bug: 396715333
Test: ./gradlew emoji2:emoji2-emojipicker:ftlmediumphoneapi33
Change-Id: If5555443ca1a91479128e1bd6f4f909154c40ba2
Files:
- M
buildSrc/private/src/main/kotlin/androidx/build/FtlRunner.kt
Hash: c76f8094154101867327912e659ae47509755957
Date: Wed Feb 26 11:27:46 2025
Description
Repo
Expected:
Typing only affect the "active" window's find input control and only searches in the active window.
What Happens Instead
Typing affects all find input controls across windows and search happens in all windows where the find UI active. This loses the user's input in other windows which is unlike all other apps on the system. Only the active window's find input control and result should be affected.