sfmict / HidingBar

Adds a custom panel for easy add-on management.
GNU General Public License v3.0
8 stars 1 forks source link

HidingBar and ItemRack integration bug #13

Closed tunder closed 2 years ago

tunder commented 2 years ago

Environment

Steps to reproduce

Install addon and ItemRack Classic (3.69 bcc version) (https://www.curseforge.com/wow/addons/itemrack-classic) Make 2 sets in ItemRack Classic

Expected Behaviour

Being able to click ItemRack Classic icon then choose one of the sets from the dropdown menu that appears

Actual Behaviour

Dropdown menu appears but items are not clickable (on click the hiding bar is getting hidden also)

Debug Output

Screenshots

sfmict commented 2 years ago

Hello, I already came across this addon, the author doesn't want to fix this problem, so I can add the option "Hide when clicking on an free space". If the option is disabled, this will allow you to press the button before the panel hides.

or you can change ItemRack.lua 930 line

    ItemRackMenuFrame:SetParent(relativeTo)

to

    -- ItemRackMenuFrame:SetParent(relativeTo)
tunder commented 2 years ago

hi, thanks for the reply. i guess the option you are referring to would be a good fix. you already have an option for how much the panel to be visible. i guess it will not hurt to keep it visible until the timer ends.

thank you for your work. i love it.

sfmict commented 2 years ago

The option added, check it out :)

tunder commented 2 years ago

The option added, check it out :)

works perfectly. thank you.