This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have an issue on the PTR 10.2.0.
When I have a mouseOverIcon in my dropdowns, the func is not called when I click on it. Instead it removes the line in the dropdown menu.
I put this workaround on line 244 in the LibUIDropDownMenu.lua file:
-- UIDropDownMenuButtonIcon Script BEGIN
local function icon_OnClick(self, button)
local buttonParent = self:GetParent()
if not buttonParent then
return
end
button_OnClick(buttonParent, button)
I'm having the same issue, and confirm the above fix works correctly
Fixed.
Thanks :)
To post a comment, please login or register a new account.