Quest Log Overlapping Coord Textbox
vandiel01 opened this issue ยท 9 comments
I can't really help you here. Moving the UI elements is your responsibility. If they are overlapping, just move them?
Its Bliz's UI.. I don't have anything to move Quest List. The Coord is part of SexyMap and had no issue until I update few "commits" ago.
I tested with all addon disabled and only SexyMap
Funny thing it didnt show this error before (full pull from Gits)
Message: ...yMap\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:232: attempt to call method 'SetBackdrop' (a nil value)
Time: Thu Nov 26 10:38:15 2020
Count: 1
Stack: ...yMap\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:232: attempt to call method 'SetBackdrop' (a nil value)
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua"]:232: in function `?'
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua"]:108: in function <...erface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua:97>
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua"]:146: in function `Create'
[string "@Interface\AddOns\SexyMap\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua"]:1101: in function <...Map\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1092>
[string "@Interface\AddOns\SexyMap\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua"]:1222: in function <...Map\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1117>
[string "@Interface\AddOns\SexyMap\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua"]:1648: in function `FeedGroup'
[string "@Interface\AddOns\SexyMap\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua"]:1928: in function `Open'
[string "@Interface\AddOns\SexyMap\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua"]:1956: in function <...Map\Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1954>
[string "=[C]"]: ?
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua"]:72: in function <...erface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\AceGUI-3.0.lua"]:290: in function `Fire'
[string "@Interface\AddOns\SexyMap\Libs\AceGUI-3.0\widgets\AceGUIContainer-BlizOptionsGroup.lua"]:20: in function <...GUI-3.0\widgets\AceGUIContainer-BlizOptionsGroup.lua:19>
[string "=[C]"]: in function `Show'
[string "@Interface\FrameXML\InterfaceOptionsFrame.lua"]:29: in function `InterfaceOptionsList_DisplayPanel'
[string "@Interface\FrameXML\InterfaceOptionsFrame.lua"]:47: in function `InterfaceOptionsListButton_OnClick'
[string "@Interface\FrameXML\InterfaceOptionsFrame.lua"]:470: in function `InterfaceOptionsFrame_OpenToCategory'
[string "@Interface\AddOns\SexyMap\SexyMap.lua"]:404: in function `SexyMap'
[string "@Interface\AddOns\SexyMap\SexyMap.lua"]:411: in function <Interface\AddOns\SexyMap\SexyMap.lua:409>
Locals: <none>
Thanks for checking into it. I'll check into positioning, but it will also affect TitanPanel as well, guess I'll somehow adjust it. In meantime, I tried:
ObjectiveTrackerFrame:ClearAllPoints()
ObjectiveTrackerFrame:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", -96, -30)
just don't lol I couldn't open anything or list all selected quest, had to restart wow to reset it back :P
Ahh there, Mover works. Just didn't know this exist, it will just do fine!
Thanks
Thanks for reporting the error. This seems like a separate issue unrelated to your positioning, but you can be assured I'll investigate it.
In regards to your position issue: As you can see, the minimap is very low from the top of the UI. This is not the normal place for the minimap, so you have actually moved the minimap lower than it usually is.
You have 2 options:
- Move the minimap further up, or...
- In the movers section of the options, enable the objective tracker and move it
I looked into the error, it seems this should only happen with the old version of ace3.
I can only assume you've manually placed an old version of ace3 inside SexyMap.
If you didn't do this, I recommend you just delete SexyMap and install it fresh. That should solve the problem.