New issue
Advanced search Search tips

Issue 802936 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

testJavascriptNotTriggerNotifyVirtualValueChanged failed

Project Member Reported by michaelbai@chromium.org, Jan 17 2018

Issue description

Failed with

java.lang.AssertionError: Expect: [2, 1, 3] Result: [1, 2, 1, 3]: array lengths differed, expected.length=3 actual.length=4

onTextFieldDidScroll() is called after inject key B

dispatchDownAndUpKeyEvents(KeyEvent.KEYCODE_B);
>>>> onTextFieldDidScroll() is called here

We injected key a lot, why the  onTextFieldDidScroll() is only triggered here? feel like it could be source of flakiness.
 
Status: Assigned (was: Untriaged)
Status: WontFix (was: Assigned)

Sign in to add a comment