No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Chrome warning about "non-passive event listeners"

    Framework
    2
    2
    4187
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      techarch last edited by

      If you look at the Chrome console output in verbose mode, you will notice the following message:

      [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive.

      This seems to happen on pages with tabs, and probably for each tab’s event handler.

      See details of the issue: https://stackoverflow.com/questions/37721782/what-are-passive-event-listeners
      Apparently all major UI libraries were affected.

      Can this be addressed in Quasar?

      1 Reply Last reply Reply Quote 1
      • a47ae
        a47ae last edited by

        There is already an issue on Github that addresses marking the event listeners as passive.
        So it should be added in one of the upcoming releases.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post