So I've still being using Feature Frame, and the rest of the Khaos framework, with Sea and everything else. For the most part, everything works well, but I get the following error whenever I have the Feature Frame open (from the slidebar) and mouse over any of the icons.
|
Code:
Usage: GameTooltip:SetOwner(frame)
|
.
It seems like a simple enough error and probably requires a very small fix, but not knowing LUA, I'm not really too sure what to do.
Additionally, I continue to use the Notepad addon, which seems to work perfectly fine, however, whenever I open Notepad from the Feature Frame, I get the following errors:
|
Code:
Interface\FrameXML\UIPanelTemplates.lua:332: attempt to index local 'self' (a nil value)
Interface\FrameXML\UIPanelTemplates.lua:324: attempt to index local 'self' (a nil value)
Interface\FrameXML\UIPanelTemplates.lua:319: attempt to index local 'self' (a nil value)
|
This error I'm guessing may not have anything to do with the Feature Frame, and again, seems like the fix ought to be simple, but I'm not sure where to look. The errors don't seem to affect the actual function of either of these addons, but I would like to find out how to fix them. Any help?