Bug 1721601 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hmm, dispatching `wheel` event sounds odd to me. Instead, Chromium guys should propose new event like `beforezoom` etc. `wheel` events whose all delta values 0 may make web developers confused since it's hard to guess what the event means.

Usually, non-passible `wheel` event listeners is not used by documents (meaning non-web-apps). So, how about to stop the new feature of bug 1713589 if double tapped on elements whose ancestors have non-passible `wheel` event listeners for now?
Hmm, dispatching `wheel` event sounds odd to me. Instead, Chromium guys should propose new event like `beforezoom` etc. `wheel` events whose all delta values are 0 may make web developers confused since it's hard to guess what the event means.

Usually, non-passible `wheel` event listeners is not used by documents (meaning non-web-apps). So, how about to stop the new feature of bug 1713589 if double tapped on elements whose ancestors have non-passible `wheel` event listeners for now?
Hmm, dispatching `wheel` event sounds odd to me. Instead, Chromium guys should propose new event like `beforezoom` etc. `wheel` events whose all delta values are 0 may make web developers confused since it's hard to guess what the event means.

Usually, non-passive `wheel` event listeners is not used by documents (meaning non-web-apps). So, how about to stop the new feature of bug 1713589 if double tapped on elements whose ancestors have non-passive `wheel` event listeners for now?

Back to Bug 1721601 Comment 13