Vekkt / ElvUI_BuffHighlight

Simple ElvIUI plugin for buff highlighting on raid frames
MIT License
4 stars 6 forks source link

Flickering ElvUI 12.43 #25

Closed lserman closed 3 years ago

lserman commented 3 years ago

When someone takes damage on ElvUI 12.43, the highlight color flickers the frame.

blahblahrandomname commented 3 years ago

The Buff Hightlight options also appear to be missing with the recent update to Elvui. Experiencing the flickering bug as well.

gotu0902 commented 3 years ago

Experiencing the same issues, trying a workaround by downgrading Elv to 12.41 and SLE to 4.27, seems to fix it, at least for the time being. Not gonna get the bugfixes for SLE's enhanced vehicle bar and some other things but hopefully it does the job until this awesome plugin is updated :)

saki-rolling commented 3 years ago

As on ElvUI 12.43 the unitframe headers are not available at the time that the plugin registers, so it's unable to hook onto the PostUpdateColor function.

The code needs to postpone BH:enablePlugin until a point of time where the unit frame headers are there.