jquery - Why are there no mousewheel events fired in Edge when using a Surface Pro 3 Type Cover -


i'm not getting mousewheel events in microsoft edge when scrolling overflown div surface pro 3 type cover. edge bug?

demo: http://jsfiddle.net/achqzgll/10/

$(document).ready(function(){     $("#scroll").on("mousewheel wheel", function(){         alert("scroll");     });  }); 


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

wso2esb - How to concatenate JSON array values in WSO2 ESB? -