Two GUI issues
jungheeMW opened this issue ยท 5 comments
- In the "DragonRiding Auto Purchase" tab, The "Toggle Skyriding UI" button does nothing when clicked. Also, the tab should probably be renamed to "Skyriding Auto Purchase" to be consistent with the new name.
- In the "Export Loadouts" tab, the Enable/Disable checkbox is inverted. Not checking Enable will enable the feature, while checking Enable will disable "Export on Right-Click".
2nd issue is fixed, 1st issue I couldn't find what might be going wrong, it's working fine on my end ๐ค
I disabled all addons except TTT. 1st issue still persists. I'm unsure of cause. Do you think it has to do with UI scaling settings? My WoW is windowed, 1080p, UI scale 100%.
Also, I think it would be nice to rename DragonRiding to Skyriding to be consistent with the new naming scheme.
Thank you, and I'm sorry for nagging you about it ๐
Yes, that button works as usual for me when I press it. My current theory is:
- Blizzard limits the amount of UI windows you can have on your screen at a time (auction house, spellbook, talents, etc.), exceeding the limit will force-close a previous window to make space for the new one, since UI windows cannot overlap in WoW by default.
- The amount of windows you can have open is determined by your screen resolution and the size of the UI window (you can have the macros window open as well as the minimized spellbook, but not the macros window and an enlarged spellbook)
- Certain windows accessed with the Esc key cannot be force closed, this includes the addon list, and the Options panel.
- TTT is tied to the Options panel (in the Addons tab), and thus, it cannot be force closed. Therefore, if the screen does not have enough real estate to open the skyriding panel, the action will fail.
Ooooh, ofc, you're right (though I don't think resolution has an impact)
I'm using https://www.curseforge.com/wow/addons/no-auto-close to avoid that nonsense, so I hadn't noticed it being an issue
should be possible to bypass that restriction, though if it's ugly, I might end up removing that button tbh