Yoinks RaiderIO tooltip off side of LFG frame
WanderingFox opened this issue ยท 6 comments
RaiderIO attaches a tooltip to the side of the LFG frame, but it's getting yoinked to the mouse when hovering over applicants.
The tooltip in question is RaiderIO_ProfileTooltip
Is it possible to exclude a tooltip from TipTac's re-anchoring?
Here's what it looks like normally:
Here's what it looks like when hovering over someone in the list:
Normally, it would display the hover tooltip between the LFG frame and the raiderio tooltip.
Thank you so much for keeping this addon alive BTW. It's by far and away the best tooltip customization addon out there.
had some time to test a bit more, it works for the group tooltip (that gets pulled to the mouse without moving the rio tooltip) but not for the queue tooltip (the list of people pending to join a group)
You're right... I also considered now the attendees if you're hosting a group. Seems fine now. Here's the actual dev version:
Yup seems good. The tooltip gets pulled up a bit but I think that's another addon adding lines post-facto.
Thanks so much!
Sounds good. I have noticed, that the RaiderIO tooltips are also derived from the standard GameTooltip. Therefore I additionally applied TipTac's styling to these. I committed my changes to the main branch so that this enhancement will also be included in the next release. ๐
RaiderIO anchors its RaiderIO_ProfileTooltip
to the right of the PVEFrame
. If the tooltip is also shown to the right of the PVEFrame
, RaiderIO reanchors the RaiderIO_ProfileTooltip
and put it right to the tooltip, to prevent overlapping content.
If "Anchors->Frame Tip Type = Mouse Anchor" is set in TipTac, TipTac moves the tooltip to the mouse position. Because the RaiderIO_ProfileTooltip
is still anchored to the tooltip, it also moves.
In my opinion, RaiderIO normally has to check where the tooltip is anchored to to decide, if the RaiderIO_ProfileTooltip
needs reanchoring. But I added a workaround in TipTac to solve this issue: The tooltip will not be anchored to the mouse if addon RaiderIO is loaded and the tooltip is owned by "Premade Groups->LFGList".
I committed my changes to the main branch. Here's the current dev version:
Works fine for you with this version too?