Link to .capx file (required!):
dl.dropboxusercontent.com/u/2425456/Games/Mousewheel_zoom_and_scroll.capx
Steps to reproduce:
1. Hover mouse over List box and scroll with mouse wheel.
Observed result:
Items in list box do not scroll.
Expected result:
Items in list box should scroll.
The conflict is caused by the Mouse plugin running preventDefault() (line 174 in runtime.js), even though its event is aborted by the negative hover condition.
Browsers affected:
Chrome: yes
Firefox: yes
Internet Explorer: yes
Operating system & service pack:
Windows 8 Pro 64-bit
Construct 2 version:
r139 (64-bit)