Issue with mouseover
Confirm the issue lies within VuhDo:
Please first disable all add-ons other than VuhDo and VuhDo Options and see if your issue persists. Have done.
Describe your environment:
-
VuhDo version (e.g. v3.102, Classic or Retail)
- 3.121 retail
-
World of Warcraft region (ie. Americas/Oceanic, EU, CN or KR)
- EU
-
World of Warcraft client language (eg. enUS)
- enUS
Summary of the issue: Cursor events on unit frames are kinda wonky. As you probably know, I'm working on my WA to show mouse click bindings at cursor, but only when hovering the VuhDo frames. I hooked into OnEnter and OnLeave events on the frame (Vd1 or Vd1H1) but I got some kinda wonky results. I noticed, that the cursor icons was showing on/off in the same pattern as my tooltip. So that's when I knew it wasn't just me. If you choose to use standard tooltip instead of the VuhDo one, it also disappears randomly while hovering the unit frame. From what I can gather, it mostly disappears when the cursor is in the center of the frame.
See the following video that showcases it: https://youtu.be/-sFqEQQFkKk I have also tried on another toon with all other AddOns disabled, only VuhDo active, and I can reproduce the issue there.
Expected behaviour:
Tooltip should show while hovering the unit frame, no matter where on the frame the cursor is. Likewise, OnLeave event should be fired when the cursor leaves the frame.
Actual behaviour:
Tooltip disappears in certain regions of the frame. And OnLeave/OnEnter events are fired accordingly when hovering those deadspot regions.
Tell me how to reproduce your issue. Please provide step-by-step instructions.
Enable standard tooltips (like in video) and move your cursor slowly around a bit on the frame to see the tooltip disappear, even while still hovering the frame. Alternatively, write lua code to hook into OnEnter and OnLeave and print to chat for each event to see the craziness.
Related error messages: I have BugSack, but no related errors are thrown.