Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip delay removed when doing things other than hovering over tooltip trigger #3477

Closed
johnsicili opened this issue Jun 2, 2024 · 6 comments · Fixed by #4162
Closed
Assignees
Labels
area:settings Settings panel on the right prio:1 The most important thing to work on type:bug Something isn't working

Comments

@johnsicili
Copy link
Contributor

johnsicili commented Jun 2, 2024

I've finally narrowed down some odd behavior where tooltips "randomly" trigger when the cursor moves over them (no delay).

bindingtooltip.mp4
  1. Open a binding
  2. Hover over the Info icon in the binding
  3. Zero delay

It's not just the binding tooltip though...

  1. Open a binding
  2. Close the binding
  3. Hover over any tooltip (info icon or no info icon)
  4. Zero delay

And it doesn't need to be in that order...

anyorder.mp4
  1. Open a binding
  2. Close the binding
  3. Click around on the canvas
  4. Hover over any tooltip
  5. Zero delay
@johnsicili johnsicili added type:bug Something isn't working area:settings Settings panel on the right prio:2 Always look for prio:1 issues first before working on prio:2 labels Jun 2, 2024
@kof
Copy link
Member

kof commented Jun 2, 2024

I have a feeling it has to do with portal

@johnsicili johnsicili changed the title Opening binding removes tooltip delay Using certain fields removes tooltip delay (Bindings & Page Settings so far) Jun 6, 2024
@johnsicili
Copy link
Contributor Author

Here is another example:

  • Open page settings
  • Click into field
  • See no delay
Kapture.2024-06-06.at.09.23.45.mp4

@johnsicili
Copy link
Contributor Author

Ah actually I'm wrong about the above!! It's triggered because hovering over the input field for x amount of seconds (whatever the delay is) triggers it!! Maybe same thing with bindings... being in the field for 5 seconds make it think you are hovering over the tooltip!

@johnsicili
Copy link
Contributor Author

Another scenario

  • Open pages
  • Quickly hover over page setting icons
  • Removes delay
Kapture.2024-06-06.at.09.33.16.mp4

@johnsicili johnsicili changed the title Using certain fields removes tooltip delay (Bindings & Page Settings so far) Tooltip delay removed when doing things other than hovering over tooltip trigger Jun 6, 2024
@johnsicili
Copy link
Contributor Author

This video is a good demonstration of how frequently this issue happens in regular day use

#3961 (comment)

@kof kof added prio:1 The most important thing to work on and removed prio:2 Always look for prio:1 issues first before working on prio:2 labels Aug 18, 2024
@kof
Copy link
Member

kof commented Aug 18, 2024

setting prio:1, I think our tooltips are very annoying and we need to not only fix these bugs but also increase the delays when they actually work correctly to stop seeing them unintentionally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:settings Settings panel on the right prio:1 The most important thing to work on type:bug Something isn't working
Projects
None yet
3 participants