mouseWheel: "block page scrolling" is not working in firefox;

See the example: http://p5js.org/reference/#/p5/mouseWheel Edit and uncomment "return false" to block page scrolling. This work correctly in Chrome and IE, but this does not work in Firefox: it scroll the entire page. Is it a bug ?

Answers

Sign In or Register to comment.