Tooltip absurdly oversized. #9


  • New
  • Defect
Open
Assigned to _ForgeUser1181105
  • _ForgeUser70972 created this issue Aug 19, 2010

    What steps will reproduce the problem?
    1. Get some greys
    2. Mouseover the LDB didplay (tested with several display addons)
    3. Look as a monster of a tooltip pop up.

    2 shots of the buggy tooltip
    http://img704.imageshack.us/i/wowscrnshot081910162014.jpg/
    http://img20.imageshack.us/i/wowscrnshot081910162725.jpg/

    a shot of the normal one when i finally managed to snag it the few seconds it showed.
    http://img707.imageshack.us/i/wowscrnshot081910162856.jpg/

    What is the expected output? What do you see instead?
    The normal slim tooltip (sometimes i can manage to get the normalö tooltip to show, but only with a lot of messing about, and only for a few seconds)

    What version of the product are you using?
    3.0.23-beta-nolib

  • _ForgeUser70972 added the tags New Defect Aug 19, 2010
  • _ForgeUser1181105 posted a comment Aug 19, 2010

    O.o

    Could you please list all the addons you have installed? It looks like something may have messed with it after it started to display but I'm not sure.

    I need to give this addon some TLC anyway lol

  • _ForgeUser70972 posted a comment Aug 21, 2010

    My bad

    More testing needed.


    Edited Aug 21, 2010
  • _ForgeUser70972 posted a comment Aug 21, 2010

    Okay some testing done with a "whiped" wow install

    1: getting 2 errors from the clean embeded libs versions of

    Bugsack
    Fortress
    Caroucel
    GarbageFu

    1x Dewdrop-2.0-?:16: Dewdrop-2.0 requires AceLibrary
    Dewdrop-2.0-?:16: in main chunk

    Locals:
    MAJOR_VERSION = "Dewdrop-2.0"
    MINOR_VERSION = 90320

    -

    and as an effect of that

    1x Broker_GarbageFu-3.0.24\Broker_GarbageFu.lua:36: Cannot find a library instance of "Dewdrop-2.0".
    Broker_GarbageFu-3.0.24\libs\LibStub\LibStub.lua:23: in function `LibStub'
    Broker_GarbageFu-3.0.24\Broker_GarbageFu.lua:36: in main chunk

    Locals:
    self = <table> {
    NewLibrary = <function> @ Broker_GarbageFu\libs\LibStub\LibStub.lua:11:
    minors = <table> {}
    minor = 2
    IterateLibraries = <function> @ Broker_GarbageFu\libs\LibStub\LibStub.lua:28:
    GetLibrary = <function> @ Broker_GarbageFu\libs\LibStub\LibStub.lua:21:
    libs = <table> {}
    }
    major = "Dewdrop-2.0"
    silent = nil

    -

    But a standalone install of Ace2 sorts those.

    With only those addons in their embeded versions the tooltip plays nicely, gonna do some extended testing with my disembeded setup, but that will take a few hours

  • _ForgeUser70972 posted a comment Aug 21, 2010

    This went faster then i thought it would:

    After some testing i found that the handling/loading of LibDataBroker-1.1 isn't working in the nolib version. (And it can't be loaded as standalone since it does not show up in addon listings)

    1x Broker_GarbageFu-3.0.24\Broker_GarbageFu.lua:698: Cannot find a library instance of "LibDataBroker-1.1". Ace2-r1101\AceLibrary\AceLibrary.lua:49: in function `LibStub' Broker_GarbageFu-3.0.24\Broker_GarbageFu.lua:698: in function <...terface\AddOns\Broker_GarbageFu\Broker_GarbageFu.lua:335> (tail call): ?: <in C code>: ? <string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ?: AceAddon-3.0-5 (Ace3):510: in function `InitializeAddon' AceAddon-3.0-5 (Ace3):622: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:615>

    -

    I enabled other LDB plugins that require it in order to get it to load and that causes the "buggy" tooltip to show its ugly face again.

    So I guess it confirms its related to the libraries and the disembeded versions.


    Edited Aug 21, 2010

To post a comment, please login or register a new account.