Clicked

Clicked

294k Downloads

Tooltip Text Issues

h2oboi89 opened this issue ยท 4 comments

commented

Screenshot 2021-02-21 160414

Latest update (16.2) has weird overlapping text issue. Does not seem to be properly filtering out binds and showing the bind even if the spell is blank?

commented

Hm, are you consistently getting that?

commented

Seems to have gone away now. My PC acting a little wonky since I upgraded to 20H2.

commented

NVM, It is still there. Was in another spec when it wasn't.

Seems to not filter out spells I can't cast (IE: Renew while in Shadow spec).

I used "IsUsableSpell" to filter out spells as part of my filterBind method in the code I linked you.

This saves me from having to explicitly add the specialization condition on spells for specific specs.

commented

Oh that makes sense. I think I'll just add in that check globally so they also appear grayed out in the UI. Thanks :)