Interactive QTooltip (Tooltips stays open when hovering) #13155
-
|
Hello, I am not sure if this is already possible since it seems to me that this is quite a common practice on other websites. Basically what I want to have is interactive tooltips. When hovering over e.g., a user Avatar, I get a tooltip showing more information about that user. Inside this tooltip is a follow button I want to click. To achieve this the tooltip obviously needs to stay open whenever the cursor is hovering over the open tooltip. I tried the following to implement the described behavior: While this implementation is kind of working its not perfect as the tooltip flickers whenever the mouse is hovering over it which does not look nice (Note: The flicker is more noticeable as it is shown in the GIF). I know for a fact that this was not the case in previous Quasar versions (I am not sure which version was the last for this to work since I upgraded a few times before noticing the flickering) but it seems something has changed internally for this to no longer work. Is there already a way to achieve what I am describing? If not I think having a simple Thanks for any feedback, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
try something like this https://codepen.io/metalsadman/pen/dyJqWOR |
Beta Was this translation helpful? Give feedback.

try something like this https://codepen.io/metalsadman/pen/dyJqWOR