brittyazel / EnhancedRaidFrames

World of Warcraft addon to enhance the built-in raid frames with Grid like functionality!
https://www.curseforge.com/wow/addons/enhanced-raid-frame-indicators
MIT License
13 stars 7 forks source link

Making icons click through #120

Closed badeanda closed 7 months ago

badeanda commented 7 months ago

Hi there,

Is it possible to get this feature for enhanced raid frames? Even if i toggle the tooltip off, mouseover addons like Clique or mouseover macros doesn't work if the mouse is hovering over the icon.

Thanks in advance for your time.

brittyazel commented 7 months ago

Hrm, the icons are click through, as you can see here.

I wonder if there is another setting I should set for the case of mouseover macros. It depends on the logic for how those features work tbh. Right now the indicator icons are already children of the raid frame, and they're set to ignore mouse clicks. Unfortunately, I'm not sure of what more I can do TBH.

badeanda commented 7 months ago

Hrm, the icons are click through, as you can see here.

I wonder if there is another setting I should set for the case of mouseover macros. It depends on the logic for how those features work tbh. Right now the indicator icons are already children of the raid frame, and they're set to ignore mouse clicks. Unfortunately, I'm not sure of what more I can do TBH.

Yeah, i noticed that their possible to click through, it just isn't possible to mouseover heal when hovering over them. It creates a lot of "dead spots" for mouseover healing. KHM Raid Frames has the option to make them "click through", which also enables mouseover. This is all done on the default raid frames. I would much rather use your enhanced raid frames, as you can move the icon around.

badeanda commented 7 months ago

I would also like to add that i'm not at all the first one asking for this, there are plenty of questions out there regarding the same "issue".

brittyazel commented 7 months ago

The only thing I could think that could resolve this was if I I set :EnableMouse(false) on them, but that would break mouseover tooltips. I also have no idea if that would actually resolve this issue either. I can't find any source code where I can understand how the mouseover functionality works in-game.

brittyazel commented 7 months ago

@badeanda I just implemented a mouseover casting compatibility option in the main branch. Can you please test it and see if it works? If so, I'll push out a new version.

You can find a new option on the General configuration page called "mouseover cast compatibility"