New issue
Advanced search Search tips

Issue 887951 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

fast fired change event at page load generates a Script Error.

Reported by esteban....@booking.com, Sep 21

Issue description

Steps to reproduce the problem:
1. Create a blank page.
2. Add some mechanism to debug js erors either ith window.onerror or the error event
3. fire a change event in any DOM element using javascript (body is a good candiate)
4. Observe the errors.

I did a codepen with the described: https://s.codepen.io/academo/debug/oPVEzm/DqrDdKGpeGgr

What is the expected behavior?
The event should fire event listeners in the element without errors.

What went wrong?
A "Script Error." is generated without any other information about the error and the event listeners are fired normally. 

Did this work before? N/A 

Chrome version: 69.0.3497.71  Channel: stable
OS Version: 11.4.1
Flash Version: 

Without devtools in Chrome for iOS I can't gather more information about this error, other than generating that script error without any more information everything works as expected.

This error started and kept growing at the same time Chrome 69 for iOS was released, currently is generating us thousands of errors per minute as one of our scripts fires a change event in a input field when the page load.
 
Forgot to mention:

opening the codepen with any other browser but Chrome 69 in iOS will show a "Errors: " but not the error itself, use the right browser to see it.

If the "change" event is fired inside a timeout of at least 100ms this error doesn't happen.
Apparently the previous shared codepen is not working, this one should: https://codepen.io/academo/pen/oPVEzm
Components: -Blink
Owner: olivierrobin@chromium.org
Status: Assigned (was: Unconfirmed)
This is probably a duplicate of 886391 which has been fixed on M70.

Components: UI>Browser>Autofill

Sign in to add a comment