Handling of 'wheel' input event error in Chrome

Tags: #<Tag:0x00007efc65347ca0>

Using Chrome version Version 52.0.2743.116 (64-bit) for MAC started getting this issue in the console.

handsontable.full.js:10892 Handling of ‘wheel’ input event was delayed for 167 ms due to main thread being busy. Consider marking event handler as ‘passive’ to make the page more responive.

The version I am using is PRO 1.5, but been able to replicate using 1.0, here is a JS Fiddle.

http://jsfiddle.net/gvazq82/hzkgusLg/

Hey @gabriel_vazquez

I’ve updated the demo to 1.5.1 and got no console logs: http://jsfiddle.net/AMBudnik/w3bs5f85/ (Chrome 51, Win 10)
Can you guide me on how to replicate it?

@aleksandra_budnik this issue just started happening with the version 52 of Chrome, and I was able to replicate it increasing the number of rows to 2000, previous versions of Chrome are not displaying this message.

http://jsfiddle.net/gvazq82/w3bs5f85/11/

@aleksandra_budnik Do you have any update or workaround about this issue?

I really would like to give you a date, however our current primary focus is to fix high priority bugs and release new features.

Hi @gabriel_vazquez

I am really sorry for late reply (I think that you may have already fixed/ found a workaround for the issue) but I wanted to check and test it but I am not able to replicate it in the latest version 1.10.2.

Can you confirm that it works fine now?

@aleksandra_budnik this is still an issue with the version 1.10.2, here is the JS Fiddle with the error:

http://jsfiddle.net/w3bs5f85/17/

Latest Chrome Version 57.0.2987.133 (64-bit) OS Mac

Thank you for confirming. It is my bad. I thought that we are talking about performance. The message in the console is a tip (from our developers). It is not a bug.