No icon
gaveer opened this issue · 6 comments
@gaveer thanks a lot for the details! From a very early look there seems to be some silent clashing with PremadeFilter
(no errors are thrown, but the buttons or icons won’t always load properly). I'm looking into it.
@gaveer looking a bit into it I see two main problems:
- The entry button toggle is actually broken and doesn't correctly handle how the buttons are getting rid of when toggling it. This causes the icon to black out after a couple of times it gets toggled due to frames stacking up. That's quite an easy fix (already available on the beta channel of the addon).
- The buttons don't show up at all when
LFClean
exists together withPremadeFilter
, and they do not properly update if forcefully generated through toggling the config option. This seems more of a problem with the latter addon completely overriding theLFGListSearchPanel_UpdateResults
function and thus disallowing any other addon to properly hook to it. This seems quite a headache to work around but I'll try to cook up something. Meanwhile I'd suggest also opening an issue on the matter forPremadeFilter
.