Flyouts not showing on right-mouseclick
baldricinoz opened this issue ยท 2 comments
Issue found in version 0.9.39c.
- create a toolbar, add a single button
- enter button macro edit mode
- code a button with a flyout with open on right mouse click option i.e.
/flyout profession:any:linear:right:left:12:click:show - exit button macro edit mode
- right click flyout
- flyout does not open
No errors are displayed, flyout just doesn't show.
Coded button shows the default icon and works if you left-click the button.
Hrm this works for me. Just to be clear, you need a capital "A" in "Any" in the macro above. I modified the code such that it will work with either capitals or non-capital spellings.
There's some LUA errors that our popping up every so often, but a /reload fixes it. I'm not wanting to spend a lot of time working on fixing this code because I plan on rewriting it completely here in the future at some point. I'm just trying to patch it enough to get by