mouseOverIcon removes the line in the dropdown menu #17


  • Defect
  • Fixed
Closed
Assigned to arithmandar
  • xam_insight created this issue Nov 6, 2023

    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)

    end

  • xam_insight added a tag Defect Nov 6, 2023
  • Numy posted a comment Nov 9, 2023

     I'm having the same issue, and confirm the above fix works correctly

  • arithmandar posted a comment Jan 21, 2024

    Fixed.

  • arithmandar self-assigned this issue Jan 21, 2024
  • arithmandar added a tag Fixed Jan 21, 2024
  • xam_insight closed issue Jan 21, 2024
  • xam_insight posted a comment Jan 21, 2024

    Thanks :)


To post a comment, please login or register a new account.