Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #47510, comment 17


Ignore:
Timestamp:
12/17/2019 01:03:46 PM (6 years ago)
Author:
chadrew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47510, comment 17

    v2 v3  
    44comment-reply.js:1 Unable to preventDefault inside passive event listener invocation.
    55}}}
     6Edit: there's also a slight change in behavior.
     7
     8Without passive: while touch scrolling the screen, even if you tap the reply link, the form won't open. Screen has to be still first.
     9
     10After adding passive: the form will open if you accidentally tap the reply link while scrolling.
     11
     12Just an observation, no clue if this is undesirable or okay.