Datatables and Scroller - 3 Violations messages
Datatables and Scroller - 3 Violations messages
yvetee
Posts: 29Questions: 7Answers: 0
I have created a simple crud style app for my data. I have attach a tiny demo with my code and db. I am getting the following messages in my console and i am trying to find out what is wrong.
Messages:
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as
'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
[Violation] 'load' handler took 279ms
[Violation] Forced reflow while executing JavaScript took 74ms
You can try and see the errors in my demo.
I am using bootstrap 3. You can see in my header page.
This discussion has been closed.
Answers
That's nothing to do with DataTables I'm afraid,
Colin
If you want to link to a running page demonstrating the issue, we're happy to take a look to confirm,
Colin
live.datatables.net/bozogiqa/1/edit
You can see it here, in console. I am using edge.
Nope, not seeing it, the only error I get is because you're including the Scroller library before jQuery. It's probably due to extensions in your browser, which you can confirm by going into private browsing mode (provided extensions are disabled there).
Colin