1. #1

    Queue tooltip issue

    Got an issue where when I hover over the queue icon, the dragon eye by the minimap, its tooltip is hard to read as shown in this image:



    How do I fix it?


    Using numerous addons, but the ones concerning this would probably be:

    - Tiptac
    - Sexymap
    - Bartender

    If anything, it seems to be a separate tooltip to what usual tooltips with tiptac looks like... which have a solid dark grey/blue background. Where as the queue's tooltip is transparent.
    Last edited by Daedius; 2016-08-02 at 01:44 AM.

  2. #2
    I am unsure if there is a way to do it, but what you are looking to do is make the Dungeon Finder Tooltip Frame a Higher Strata than the Buff Icons/Action Bars.

  3. #3
    not have them so clustered together, try that it might work

  4. #4
    I've had the same problem with my UI since the prepatch. This is the code I added to fix it:
    Code:
    QueueStatusFrame:SetFrameStrata("TOOLTIP")
    If you use a downloaded UI then you can use this in a macro until the addon author fixes it:
    Code:
    /run QueueStatusFrame:SetFrameStrata("TOOLTIP")

  5. #5
    Quote Originally Posted by Tahirii View Post
    I've had the same problem with my UI since the prepatch. This is the code I added to fix it:
    Code:
    QueueStatusFrame:SetFrameStrata("TOOLTIP")
    If you use a downloaded UI then you can use this in a macro until the addon author fixes it:
    Code:
    /run QueueStatusFrame:SetFrameStrata("TOOLTIP")
    Awesome,thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •