Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164665
    laurin
    Participant
      Tested with all other addons disabled, the “Best in slot” line is appended twice to the gear tooltip:
      The second line seems to be added with a short delay (a few milliseconds) after the tooltip is drawn.

      Can anyone else observe this?

      #168108
      Dugi
      Keymaster

        go to Dugi Settings > Gear Advisor
        make sure balance is not listed twice in loot suggestion priority

        #168109
        laurin
        Participant
          That did not help unfortunately. I also deleted the Dugi Addon (and its settings from the WTF folder) and did a fresh install, the problem is still there, also testing with another character has the same problem.
          And when testing around I found I get one extra line every time I switch the Addon to “Off Mode” and back to “On-” or “Essential-Mode”:

          In this case the 4 extra lines disappear again after a UI reload, but even after that I still end up with 2 lines.

          #168110
          laurin
          Participant
            I’m no lua expert but from the limited debugging I could do it looks like the problem is somewhere in the caching mechanism of the tooltip handling.
            When I comment out this line the problem seems fixed for me:
            GearAdvisor.lua:
            3168c3168
            <                 :SetCache("ProcessTooltipRoutine", scores)
            ---
            >                 --:SetCache("ProcessTooltipRoutine", scores)
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.