tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 137 forks source link

Spells don't work on disabled action bars #1128

Closed pr4ndy closed 7 months ago

pr4ndy commented 7 months ago

Troubleshooting Steps

Screenshot 2023-12-04 162958

Describe the expected behavior and what actually happened?

When action bar is disabled then you can't use spells on it. All spells work well if the bar is enabled (hidden or not it doesn't matter). This issue happens since 13.49 version. 13.48 works well for me.

Reproducing the issue.

  1. Add spell on action bar
  2. Toggle checkbox "enable" to disable action bar
  3. Now you can't use this spell

Lua Errors

There are no lua errors

Verification Steps

1Botanica1 commented 7 months ago

Yes, there has been a change to improve the performance of ElvUI The bars that are disabled now cannot be used - they are properly disabled.

There is already an option to put hide in the action bar visibility state

• Actionbars which were disabled but used for keybinds, now need to be enabled and visibility state changed to hide to work like before

From the changelog

Duplicate of https://github.com/tukui-org/ElvUI/issues/1095

pr4ndy commented 7 months ago

Thank you for your response. Sorry for duplicating the issue.