Broker_LFD

4 - Status Frame not hiding on mouseOut

What steps will reproduce the problem?
1. Use NinjaPanels for LDB display and TipTac for Tooltip addon.
2. Mouse your mouse over the display of Broker_LFD, toolip and StatusFrame show correctly.
3. Mouse out of the Broker_LFD on NinjaPanel, Tooltip goes away but StatusFrame stays

What is the expected output? What do you see instead?
Result should be that the statusFrame goes off (my guess), but it stays and I have to use a trick to remove it:
I right click on Broker_LFD on the Ninjapanel, then mouse my mouse out carefully so that I don't hover on it again and show the StatusFrame. It seems bringing up the popup menu with right click hides the status frame.

What version of the product are you using?
1.1.1

Do you have an error log of what happened?
I have bugsack and buggrabber and no error are recorded.

Please provide any additional information below.
I tried adding a "DEFAULT_CHAT_FRAME:AddMessage("Test of OnLeave!");" to the function LFD.obj.OnLeave(self)  to see if it was fired and it didn't show up anytime the I mouseOut the LFD so this might be where the problem lies. Now I don't know if it's with NinjaPanels or LFD but I haven't had any other problem with the other LDB addons so I thought I would post it.

User When Change
ulic Mar 17, 2010 at 16:16 UTC Changed status from New to Fixed
coersum Dec 24, 2009 at 18:11 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 6 comments
  • Avatar of ronconsoda ronconsoda Mar 10, 2010 at 23:13 UTC - 0 likes

    hi,

    after creating a ticket for mitch0 i took his suggestion to heart and changed line 110 from: function LFD.obj.OnTooltipShow(self) to: function LFD.obj.OnEnter(self) and the big window goes away as expected.

    cheers, /ron

  • Avatar of mitch0 mitch0 Mar 08, 2010 at 09:18 UTC - 0 likes

    Hello,

    The problem is caused by Broker_LFD implementing OnTooltipShow() (badly) and OnLeave() instead of OnEnter() / OnLeave(). At least that's the case with Bazooka.

    The fix would be to either use the supplied frame in OnTooltipShow() (this frame will be hidden by the display addon when necessary), or rename OnTooltipShow() to OnEnter().

    cheers, mitch

  • Avatar of Pneumatus Pneumatus Mar 02, 2010 at 19:25 UTC - 0 likes

    Confirming this with Bazooka and no tooltip mod. The giant status frame remains in the middle of my screen even after mousing away from it, and I have to right-click LFD to hide it.

  • Avatar of Vilkku Vilkku Feb 15, 2010 at 12:32 UTC - 0 likes

    Using Titan Panel and same thing happens here as well, personally I don't need the frame appearing in the first place.

  • Avatar of Snargul Snargul Jan 05, 2010 at 17:17 UTC - 0 likes

    I just downloaded Broker LFD and found this a bit distracting too.I'm using Bazooka as my display and TipTop for tooltips, if that matters. :P

  • Avatar of ironwulf ironwulf Jan 02, 2010 at 20:52 UTC - 0 likes

    I can confirm this using TipTac and Bazooka for LDB display. Disabling TipTac results in the same also, the Status Frame stays on screen until I right-click the Broker_LFD and carefully move my mouse off it.

  • 6 comments

Facts

Last updated
Mar 30, 2012
Reported
Dec 24, 2009
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
2

Reported by

Possible assignees

  • Avatar of ulic
    • Manager
    • Author