chrome logs many debug messages #3059

Closed
opened 2017-10-29 17:10:52 +00:00 by j · 1 comment
Owner

[]Violation Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive.

One problem lies in the fact that for an handler to be passive it has to be certain of never calling preventDefault() but jQuery doesn't know in advance and OxJS uses preventDefault in some places.

[]Violation Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. One problem lies in the fact that for an handler to be passive it has to be certain of never calling preventDefault() but jQuery doesn't know in advance and OxJS uses preventDefault in some places.
0x2620 added the
general
label 2017-10-29 17:10:52 +00:00
0x2620 added this to the 14.04 milestone 2017-10-29 17:10:52 +00:00
0x2620 self-assigned this 2017-10-29 17:10:52 +00:00
0x2620 added the
normal
defect
labels 2017-10-29 17:10:52 +00:00
Owner

In 0a9c30d/oxjs:

#!CommitTicketReference repository="oxjs" revision="0a9c30d1dc2a952c1875802b68d0c795455ca635"
use passive for touch events if possible, fixes #3059
In [0a9c30d/oxjs](https://code.0x2620.org/0x2620/pandora/commit/0a9c30d1dc2a952c1875802b68d0c795455ca635): ``` #!CommitTicketReference repository="oxjs" revision="0a9c30d1dc2a952c1875802b68d0c795455ca635" use passive for touch events if possible, fixes #3059 ```
0x2620 added the
fixed
label 2017-11-06 05:43:22 +00:00
j closed this issue 2017-11-06 05:43:22 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#3059
No description provided.