SavedInstances

SavedInstances

11M Downloads

Tukui/ElvUI compatability - switch to CreateBackdrop from SetTemplate

TwissGit opened this issue ยท 0 comments

commented

Describe the bug
I expected the backdrop for the mouse over tooltip to be solid. Instead, it is transparent and difficult to read in some cases.

Do you have an error log of what happened?
There is no lua error.

To Reproduce

  1. Have Tukui or ElvUI installed
  2. Mouse over the SavedInstances minimap icon
  3. See the lack of backdrop, with and without the tooltip module from the UI addon enabled.

Screenshots
SI Tukui Tooltip Module Off
SI Tukui Tooltip On

Did you try having SavedInstances as the only enabled addon and everything else (especially something like ElvUI) disabled?
Yes. This is a specific conflict with the new use of CreateBackdrop in Tukui and ElvUI. There is no issue with SavedInstances by itself right now. Great addon as always.

Which version of SavedInstances are you using?
9.0.1

Was it working in a previous version? If yes, which was the last good one?
8.3.4

Additional context
From Tukz, the author of Tukui: "It's Saved Instance not being up to date with Tukui and ElvUI in their code. They use Frame:SetTemplate(), and should be Frame:CreateBackdrop()"

image

"saved instance, line 412 in core.lua
they need to change SetTemplate to CreateBackdrop"

Hopefully you can incorporate this fairly straightforward change. Finally, thank you as always for a great addon and solid support.