MapFader

MapFader

120k Downloads

[Bug] Subzones and clickable regions are incorrect

Peach774 opened this issue · 3 comments

commented

If you are in mulgore, the area that says thunderbluff when clicked isnt actually the area - essentially, it seems like you made it smaller without changing the code for where you click on the map for things.

commented

I did change the code for where you click on the map for things

MapFader/MapFader.lua

Lines 10 to 14 in 60ece9d

WorldMapFrame.ScrollContainer.GetCursorPosition = function(frame)
local x, y = MapCanvasScrollControllerMixin.GetCursorPosition(frame)
local s = WorldMapFrame:GetScale()
return x/s, y/s
end

It seems to work fine for me, although there indeed are some parts of Thunder Bluff when in Mulgore that don't do anything when clicked on. But I noticed that is the same for the default UI

https://streamable.com/fl3td

Can you test if this problem also happens when using the default UI?

commented
commented

Can you please doublecheck if this still happens with the latest version v1.0.4 and all other addons disabled?

I couldn't reproduce it as you can see in the video