Bug P2
Status Update
Comments
ka...@google.com <ka...@google.com> #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
Steps to Reproduce
Expected behavior
The search results should display '1/17' as the initial match, especially since the page is at the top without any scrolling.
Actual behavior
The search results display '6/17' as the initial match.
Software under test
Chrome Version 133.0.6943.142 (Official Build) (arm64)
Firefox desktop App version: 135.0.1 (64-bit)
DuckDuckGo mobile App Version: 5.225.0 (52250000)
Firefox mobile App version: 129
Potential root cause
@su...@gmail.com noticed that FindListener.onFindResultReceived call was made from android.webkit.WebView with incorrect activeMatchOrdinal, which was the cause of this bug.