GithubHelp home page GithubHelp logo

Tooltip issue about elvui HOT 4 CLOSED

elvui-wotlk avatar elvui-wotlk commented on May 18, 2024
Tooltip issue

from elvui.

Comments (4)

Bunny67 avatar Bunny67 commented on May 18, 2024

https://github.com/ElvUI/ElvUI/commit/fd2bb5ef3f63aad620a046888b630a40bfb27377 ?

from elvui.

LiNK2088 avatar LiNK2088 commented on May 18, 2024

That put it right above the anchor.
I did some testing and to make it perfect it has to be like this:

    local point = E:GetScreenQuadrant(TooltipMover)
    if point == "TOPLEFT" then
        tt:SetPoint("TOPLEFT", TooltipMover, "BOTTOMLEFT", 1, -4)
    elseif point == "TOPRIGHT" then
        tt:SetPoint("TOPRIGHT", TooltipMover, "BOTTOMRIGHT", -1, -4)
    elseif point == "BOTTOMLEFT" or point == "LEFT" then
        tt:SetPoint("BOTTOMLEFT", TooltipMover, "TOPLEFT", 0, -14)
    else
        tt:SetPoint("BOTTOMRIGHT", TooltipMover, "TOPRIGHT", 0, -14)
    end

note: I only tested and modified the bottom anchors, the top is not changed.

from elvui.

Bunny67 avatar Bunny67 commented on May 18, 2024

https://github.com/ElvUI/ElvUI/commit/b619b31a1b6bbf7d94df40cf2b7dc8b94b9ad163 so like better

from elvui.

LiNK2088 avatar LiNK2088 commented on May 18, 2024

That also works :D ty

from elvui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.