New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 863111 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Console message <URL> grouping is too aggressive when all URLs are the same

Reported by teo8...@gmail.com, Jul 12

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

Steps to reproduce the problem:
Whatever triggers the error:

"[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>"

What is the expected behavior?
Where it says "<URL>", there should be a link

What went wrong?
The placeholder "<URL>" is not replaced with the actual url, whatever it is.

Did this work before? N/A 

Chrome version: 67.0.3396.99  Channel: stable
OS Version: 
Flash Version: 

As usual, making developers' life miserable.
 
Forgot to specify but I guess it's pretty obvious: that is a JavaScript error that shows up in the console.
Labels: Needs-Triage-M67
Cc: krajshree@chromium.org
Labels: Triaged-ET Needs-Feedback
teo8976@ - Thanks for filing the issue...!!

Could you please provide a sample test file/url to test the issue from TE-end. Also please provide detailed manual repro steps which led to the issue. This will help us in triaging the issue further.

Thanks...!!
I can't share the particular URL where I observe this.
However, it should be absolutely trivial for you to recreate one, you most likely just need to trigger the error (which I seem to understand is a matter of calling preventDefault() on those events which are now treated as passive by default) and you certainly know better than me how to do that.
Project Member

Comment 5 by sheriffbot@chromium.org, Jul 13

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding the requester to the cc list.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: TE-NeedsTriageHelp
As per comment #4, the reporter won't be able to provide any url and it won't be possible from TE-end to recreate a sample url. Hence, requesting someone from 	
Platform>DevTools team to please have a look into the issue. Hence, adding label TE-NeedsTriageHelp for further investigation from dev team.

Thanks...!!
I have noticed that, when a single error like this shows up, the expected url is there as expected. When just few more identical errors show up, it still works as expected. (see screenshot 1).

However, when there are more than a few such errors, then the url gets replaced by the literal string "<URL>" in the collapsed error message (see screenshot 2). You can still see the actual url by expanding the repeated error into all its instances: there the url shows up correctly (see screenshot 3), but you shouldn't have to do that.

S1.png
13.0 KB View Download
Owner: l...@chromium.org
Status: Assigned (was: Unconfirmed)
Summary: Console message <URL> grouping is too aggressive when all URLs are the same (was: Missing link in Console error message)
Thanks for the report.  You are correct in #8, the "<URL>" is only added when Console detects several browser messages that can be grouped.  When a ton of messages are equal except for the URL, this cuts down on log spam.  However, we could be less aggressive, and check whether all the URLs are exactly the same.

In the short term, you can un-check the "Group similar" checkbox in the Console toolbar to disable grouping.

Sign in to add a comment