GithubHelp home page GithubHelp logo

Error on target Aura buff about ls_ui HOT 6 CLOSED

tucomel avatar tucomel commented on August 22, 2024
Error on target Aura buff

from ls_ui.

Comments (6)

tucomel avatar tucomel commented on August 22, 2024

I'm fixed with this code block on aura.lua

if icon.overlay then 
                if((isDebuff and icons.showDebuffType) or (not isDebuff and icons.showBuffType) or icons.showType) then
                    local color = DebuffTypeColor[dtype] or DebuffTypeColor.none

                    icon.overlay:SetVertexColor(color.r, color.g, color.b)
                    icon.overlay:Show()
                else
                    icon.overlay:Hide()
                end
            end

from ls_ui.

ls- avatar ls- commented on August 22, 2024

No, that's not a good fix.

And tbh, that's pretty much impossible to get this issue. button.overlay is ALWAYS created, unless someone modified aura button constructor T_T

from ls_ui.

tucomel avatar tucomel commented on August 22, 2024

this bug only happens with omnicc and when the aura will blink (or active another visual effect) on next 1 sec.
Example : I target myself and cast Eagle Eye (hunter).
when the eagle eye end, if I cast again with less then 1 sec of delay the aura blinks inside target buffs and the error appears. sry for my english
image

from ls_ui.

ls- avatar ls- commented on August 22, 2024

Ah, I see. Let me test it, if it's a conflict between oUF and OmniCC, there's nothing neither you nor I can and should do in this case. Then the best solutions will be to disable OmniCC for unit frame auras, because it's OmniCC that breaks oUF's widget.

from ls_ui.

ls- avatar ls- commented on August 22, 2024

Okay, that's OmniCC bug. I'll report to tuller and jaliborc myself. It'll be much easier to explain what's going on.

from ls_ui.

ls- avatar ls- commented on August 22, 2024

K, reported it, for now stop using 'Activate' finish effect, use something else.

Closing this one.

from ls_ui.

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.