Datatables and Scroller - 3 Violations messages

Datatables and Scroller - 3 Violations messages

yveteeyvetee Posts: 29Questions: 7Answers: 0
edited March 2021 in Free community support

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.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    That's nothing to do with DataTables I'm afraid,

    Colin

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    If you want to link to a running page demonstrating the issue, we're happy to take a look to confirm,

    Colin

  • yveteeyvetee Posts: 29Questions: 7Answers: 0
    edited March 2021

    live.datatables.net/bozogiqa/1/edit

    You can see it here, in console. I am using edge.

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    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

This discussion has been closed.