Explicitly marking some wheel handlers as non-passive
authorAlexander Ebert <ebert@woltlab.com>
Mon, 4 Dec 2017 10:15:31 +0000 (11:15 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 4 Dec 2017 10:15:31 +0000 (11:15 +0100)
commit5a62126636adb7706ad3d65c5d4f89f09a9032ec
treec6f0d0b0e6871c097cdd8c3304c08a213adcda00
parent9c35b62c5c796c020095fd8faa845f81717a3c73
Explicitly marking some wheel handlers as non-passive

Suppresses the generic warning in Chrome on passive listeners. None of
these listeners affect the page scroll, but are instead scoped to very
specific elements. Additionally, these listeners are supposed to be not
passive due to their coniditional blocking.
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js