NEW 185656
Dynamically added touch event listeners will initially be treated as passive
https://bugs.webkit.org/show_bug.cgi?id=185656
Summary Dynamically added touch event listeners will initially be treated as passive
Tadeu Zagallo
Reported 2018-05-15 13:43:41 PDT
Follow up from https://bugs.webkit.org/show_bug.cgi?id=184250: initially, the dynamically added event listeners would always be treated as passive. The patch fixes this behaviour, but the first 1 or 2 events still won't be cancellable (unless you touch the DOM). Fixing this should allow for removing the workaround in the previous bug's regression test.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-05-15 14:16:22 PDT
Andrew
Comment 2 2018-09-04 21:10:36 PDT
When is this likely to be fixed?
Anthony Campagna
Comment 3 2019-02-01 10:52:52 PST
Any idea when this is likely to be fixed? This is quite a serious issue that makes any drag and drop functionality on a reasonably complex website to be very broken. It makes both website owners, library owners, and safari look bad. Almost everyone affected by https://bugs.webkit.org/show_bug.cgi?id=184250 is still having problems because of this bug. If 184250 was P2 Critical then this should be as well.
Lucas Forschler
Comment 4 2019-02-06 09:18:41 PST
Mass move bugs into the DOM component.
Note You need to log in before you can comment on or make changes to this bug.