Mouse Clicks are incorrectly enabled when using "Tooltip on Mouseover"
Kolmarwow opened this issue ยท 0 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
Normally auras don't register mouse clicks but when you enable "Tooltip on Mouseover" in the Display tab of an icon aura, it starts registering mouse clicks. For example I use my mouse to move my camera around, if my mouse happens to land on an aura with tooltip enabled then it eats the mouse click and prevents me from moving the camera.
Putting aura_env.region.tooltipFrame:SetMouseClickEnabled(false)
somewhere in my aura solves this issue while retaining a working tooltip. I disabled all addons & removed all of my auras in case an aura of mine was screwing something up, but it still happens so can be assumed to be an issue with the base addon.
WeakAuras Version
5.12.9
World of Warcraft Flavor
Classic
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
- Create an Icon Aura
- Enable "Tooltip on Mouseover"
- Aura eats your mouse clicks and prevents you from moving your camera
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response