lithammer / NeavUI

Development branch of Neav UI
http://www.wowinterface.com/downloads/info13981-NeavUI.html
MIT License
94 stars 42 forks source link

Can't click on FakeBottomRightBar when ExtraActionBar is active #311

Open L3n1n opened 3 years ago

L3n1n commented 3 years ago

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 commented 3 years ago

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".