This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Right click menus don't work with Grid2. A solution I found on forums is to add RegisterForClicks("AnyUp") to the GridFrame_Init function in the GridFrame.lua file.
RegisterForClicks("AnyUp")
GridFrame_Init
GridFrame.lua
This menu option in Grid2 was added to be able to configure the popup menu using clique addon.
It would be great to have an option checkbox to enable right click menu or disable for clique compatibility. Leave it disabled by default to not ruin other people's configurations with clique if needed.
My solution to add a right click menu with "RegisterForClicks("AnyUp")" in the "GridFrame_Init" function doesn't seem to work with Grid2-r817-alpha anymore. :-(
To post a comment, please login or register a new account.