New issue
Advanced search Search tips

Issue 658847 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Don't show warning for slow event listener if preventDefault was called

Project Member Reported by dtapu...@chromium.org, Oct 24 2016

Issue description

reportBlockedEvent is called even if the event is preventDefaulted

https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/events/EventTarget.cpp?q=EventTarget.cpp&sq=package:chromium&l=112

since the author consumed it the wording is a little wrong.

Not sure if we should report something like you are being slow.

Issue was initially reported here: https://github.com/WICG/EventListenerOptions/issues/54#issuecomment-254487764

caseq@ since you added what do you think?
 
Status: Available (was: Untriaged)
caseq@ do you have any opinion about this?

Comment 2 by caseq@google.com, Oct 27 2016

Owner: caseq@chromium.org
Status: Assigned (was: Available)
Status: Fixed (was: Assigned)
verified the code actually does this in its current form

Sign in to add a comment