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

    Keep the tooltip open when mouse on the tooltip

    Help
    2
    3
    367
    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.
    • D
      donli last edited by

      Hello, I’m using tooltip https://quasar.dev/vue-components/tooltip to display text + image information.

      How to prevent tooltip auto-disappear when mouse move on the tooltip? Currently, the tooltip disappears immediately when I move the mouse on it.

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        How to prevent tooltip auto-disappear when mouse move on the tooltip?

        You don’t. That isn’t what a tooltip is for. What you need is something more like QPopupProxy or QMenu. which are called via a method on an @mouseover event.

        Something like this.

        https://codepen.io/smolinari/pen/qBOappw?editors=1010

        Scott

        1 Reply Last reply Reply Quote 0
        • D
          donli last edited by

          Thank you !!!

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