Zidras / DBM-Warmane

DBM for Warmane (Icecrown, Lordaeron, Frostmourne, Onyxia)
https://discord.gg/CyVWDWS
147 stars 63 forks source link

Fix Thaddius polarity shift dropdown and text and Gruul dropdown position #118

Closed ForestJ316 closed 2 years ago

ForestJ316 commented 2 years ago

There is a bug with the dropdown in Thaddius options. If the string width was too high the button just went out of clickable bounds. Note that it was possible to fix this by adding \n to the string with high width in locale instead, but it made the dropdown look not so nice. If you think this will break something with menus then I will PR the \n fix instead. From what I checked everything seemed to stay same though.

Before: Thaddius bug showcase After: Thaddius fix showcase

I also fixed the dropdown button overlapping in Gruul options. gruul old dropdown bug Updated one looks like this gruul new dropdown fix

Zidras commented 2 years ago

Hello @ForestJ316, sorry for the delay in going through your PR. So regarding the dropdown edit, ~it will be worth pursuing a bit more testing on your end, since I can't repro the oob behaviour of the dropdown~ just reproduced this on a different language.

image

Without edit:

image

With your edit:

image

In fact, after applying the edit, since you're limiting the max width, the truncating of the dropdown happens sooner:

image image