add an option to disable move handle buttons
Daeveren opened this issue ยท 11 comments
Somehow, BlizzMove added this red arrow which acts as a collapse button for the objective tracker. Please add an option to have this UI element removed.
it is a collapse button - when I click it it collapses the entire objective tracker. When I drag it it doesn't move the objective tracker. But anyway....
Point is, it's an UI element from BlizzMove and it can't be hidden, unless the entire addon is disabled. Please add an option to hide this new, red UI element.
there are 2 icons
the left one is the default collapse icon, which isn't added by this addon
the red right one is the mover icon, which IS added by this addon
this addon simply put is incapable of collapsing any UI elements; there's no code for it, and collapsing UI elements isn't something blizzard decides to do just because a button looks a certain way
I'll change this issue into a request to toggle/opt out of the mover button
Alright, so the collapse might be due to some invisible button on my UI.
But thank you a lot for considering hiding of the arrow button!
Maybe there is a glitch that makes the mover merge with the collapse.
Did you try if you have the issue just with BlizzMove enabled on an other toon?
My issue is not the collapse behavior (which might be an invisible button from another addon), the issue at hand is the red button with the yellow arrrow, which I'd like to have an option to hide (it was quite odd to find out that BlizzMove shows it, as I was not aware that the addon draws anything on the screen).
Just for the sake of it, a /fstack of the button (and again, I have no issue with whatever addon there might be there doing the collapse, I only want to hide the red icon)
that explains it :)
I'm curious why the buttons overlap though; is the objective tracker directly on the edge of your screen? no room for even a small button next to it?
that's interesting.. it seems like the move button is overlapping the collapse button
do you see the collapse button (not the red arrow) if you disable BlizzMove?
BlizzMove added the red arrow button relatively recently, to allow people to move frames which don't have a regular title bar (like the objective tracker)
this is what I'd expect on the frame stack (seeing BlizzMoveHandleObjectiveTrackerFrame, but not ObjectiveFrackerFrame.HeaderMenu.MinimizeButton)
I think the objective tracker is attached to the minimap, which, indeed, is attached directly to the edge of the screen.