Giter Site home page Giter Site logo

Comments (8)

hobulian avatar hobulian commented on July 26, 2024 1

Fine with that. I will request this to Windtool's author. :)
You can close this one now then.

from tiptac.

frozn avatar frozn commented on July 26, 2024

Can't reproduce it with ElvUI and Windtool:

image

I changed/increased the shadow color to see it better. But everything's looking fine. 🤔

from tiptac.

hobulian avatar hobulian commented on July 26, 2024

If your backdrop color alpha is about < 0.8 you can see dark rectangular shapes inside dropdown menu.

https://imgur.com/a/WgU1RG7

I enlarged SC that i uploaded. When your tip's backdrop alpha is low you can see inner rectangle shaped dark area.

about border, it's same . low alpha backdrop + white colored alpha 1pixel (255,255,255,100) can reproduce problem. If not, reloading game few times then it can be reproduced.

from tiptac.

frozn avatar frozn commented on July 26, 2024

I have revised the handling of backdrops for DropDownList1/2. The issue with the overlapping dark area is solved and I committed my changes to main branch.

How about it?

from tiptac.

hobulian avatar hobulian commented on July 26, 2024

No more dark area found.

https://imgur.com/a/n1Fiw2h
But found #45 's windtool problem again for every dropdownlist that it's border overlapped with windtool's shadow so border color looks darker like 1 in SC. So i modified way of windtool's setting shadow framestrata and it worked like 2 in SC.

	shadow:SetFrameStrata(frame:GetFrameStrata())

to

    if frame:GetName() and string.find(frame:GetName(), "DropDownList") then
	shadow:SetFrameStrata("LOW")  -- In base it was FULLSCREEN_DIALOG for dropdownlist.
    else
	shadow:SetFrameStrata(frame:GetFrameStrata())
    end

from tiptac.

frozn avatar frozn commented on July 26, 2024

Does this mean that with the SetFrameStrata mod in WindTools, the overlapping border issue there is also solved?

Or is there still something open that I need to take care of?

from tiptac.

hobulian avatar hobulian commented on July 26, 2024

Yeah if i modify windtools framestrata, overlapping border problem is gone. But hope you check tiptac once with that problem without modifying windtool this can be solved

from tiptac.

frozn avatar frozn commented on July 26, 2024

I think it's definitively wrong in WindTools that it sets the same frame strata/level like the tooltip. To manipulate the shadow frame from TipTac's side doesn't look right to me.

from tiptac.

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.