You forgot to reset map scaling
TinyTrbl opened this issue ยท 7 comments
You forgot to fully disable map scaling OR just reset ["scale"] back to 1 in Mapster.lua
["scale"] = 1.0,
or something like this
And as a follow-up Mapster went into broken state with broken cursor interactions for users who had custom scale enabled.
Just like here #70
On a side note i never got any these reported LUA errors with 10.0 Mapster with updated addons and i have a lot of enabled addons trust me hehe. So thanks to those "false" reports now we have disabled scaling i.e. one useful future is gone. :(
If you want to see the start of a failure, just open the map, change zone by right clicking on the map or something like that, then press escape and open edit mode, and close it again. You'll instantly get a blocked action error, every single time.
While you may say Edit Mode being broken is not important to me, this sort of issue can spread to a lot of different places in the UI, and result in actual issues in combat.
same here, none errors from mapster
I rolled back to the previous version with a working scale
I think is that edit mode is being bugged and not your addon, I think this is a known issue with many addons. I'm not a programmer, but some people use workarounds, judging by the changelogs.
Still you may want to reset scale otherwise people with "broken" cursors will constantly come to you.
yes, I returned the scale of the map to 100% on the old version, then I updated it and the bug with incorrect display of the cursor disappeared
but that's just disabling half of the benefits of the mapster. I'm probably stuck with the old version sadly
The scale was reset in 1.10.3
Note that I'm not happy about removing the scale feature, and hopefully its not permanent, but having the addon break the UI is not acceptable in any way or form.