SSJSketch wrote:Is anyone else having issues with the tooltip for modRank (aka RP button) in honor tab?
I've only seen it work once by pure luck, the rest of the time.. the tooltip is blank and uses the last location it was instead of the default location.
However when I change Line 12 (in rank.lua) from:
- Code: Select all
GameTooltip:SetOwner(this, 'ANCHOR_NONE')
to..
- Code: Select all
GameTooltip:SetOwner(this, 'ANCHOR_BOTTOMRIGHT', 15, 1 + this:GetHeight())
It display's perfectly fine.
*Edit*
Seems to be really.. any of modui's tooltips that use "ANCHOR_NONE". I.E. modRank (RP button), modui stats, etc..
assuming you're using the latest version, this might be a conflict with another addon — when the tooltip parent offset is set to ANCHOR_NONE modui will reposition based on where the mainmenubar is. i'd take a stab in the dark that you might be using an actionbar mod like bongos that hides these when creating its floating action buttons.
a serviceable fix for now might be to toggle
this value to "false", which will disallow any modifications to the tooltip position and place it back in the default spot.
The ongoing fleshing out of the options menu should serve to fix this behind the scenes, without having to manipulate settings.