Changes between Version 2 and Version 3 of Ticket #47510, comment 17
- Timestamp:
- 12/17/2019 01:03:46 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47510, comment 17
v2 v3 4 4 comment-reply.js:1 Unable to preventDefault inside passive event listener invocation. 5 5 }}} 6 Edit: there's also a slight change in behavior. 7 8 Without 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 10 After adding passive: the form will open if you accidentally tap the reply link while scrolling. 11 12 Just an observation, no clue if this is undesirable or okay.