NeavUI icon indicating copy to clipboard operation
NeavUI copied to clipboard

Can't click on FakeBottomRightBar when ExtraActionBar is active

Open L3n1n opened this issue 5 years ago • 1 comments

I found another bug in nMainbar. You can't click on FakeBottomRightBar when ExtraActionBar is active, but sometimes you can do this if you will try slowly to click on center of button bar.

It will be fixed if you will change FrameStrata from MEDIUM to HIGH.

https://github.com/lithammer/NeavUI/blob/bc6b61557ee7d0ffeadf0e8c75bc623f4cc6f91f/Interface/AddOns/nMainbar/modules/FakeBottomRightBar.lua#L216

L3n1n avatar Feb 06 '21 23:02 L3n1n

HIGH FrameStrata works but this isn't good for other interaction. For example bank bags are overlapped by FakeBottomRightBar. I found better solution: ExtraActionBarFrame:EnableMouse(false) - it can be used in core.lua in section "Extra Action Button".

L3n1n avatar Feb 08 '21 17:02 L3n1n