Prat 3.0

Prat 3.0

26M Downloads

Chat tabs not staying invisible in latest version

WanderingFox opened this issue ยท 2 comments

commented

Describe the bug
As of the latest version (3.9.28) chat tabs suddenly ignore 0 alpha settings and just behave like standard rather than the expected behavior of staying hidden.

To Reproduce
Steps to reproduce the behavior:

  1. Go to chat tab module and uncheck all chat tabs
  2. Set active alpha and not active alpha to 0
  3. Hover over a chat frame and note that chat tabs become visible

Expected behavior
Chat tabs should not become visible

Screenshots
image
image

Version Information (please complete the following information):

  • Wow Version: current Retail
  • Prat Version: Prat 3.9.28

Addons you are running
Happens with just prat installed

commented

I've added a fix in the latest alpha. Deleted a weird:

tabButton:Show()
tabButton:Hide()

from the old code without realising it was needed for the tab configuration. Added it back.