Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work for me #1

Closed
Mushoz opened this issue Sep 11, 2021 · 1 comment
Closed

Doesn't work for me #1

Mushoz opened this issue Sep 11, 2021 · 1 comment

Comments

@Mushoz
Copy link

Mushoz commented Sep 11, 2021

I am still getting "Interface action blocked by an addon" errors when trying to join BGs. One addon in particular is still causing it. It's this one: https://www.curseforge.com/wow/addons/missing-tradeskills-list

Is this one doing anything weird that's causing the taint?

@Meorawr
Copy link
Owner

Meorawr commented Sep 11, 2021

That addon unfortunately is affected by dropdown menu taint as described in Thumbkin/MissingTradeSkillsList_TBC#15.

Depending on how you're joining battlegrounds:

  • If you're joining via the "enter battle" button that appears in the dialog which pops up in the middle of the screen, this fixes that dialog and should make things work.
  • If you're joining via the "enter battle" button in the right-click menu on the minimap icon for PvP queues, this doesn't fix that menu. The linked addon, due to using Blizzards' dropdown menu system, will break that menu most of the time just by having the addon loaded.
  • If you've got SafeQueue installed, try disabling it. SafeQueue works by routing clicks through the dropdown menu of the PvP queue minimap icon, so could be broken by that addon being loaded as well.

Note that in an upcoming build of 2.5.2 (and 1.14.0) the underlying issue (Stanzilla/WoWUIBugs#169) will be fixed for the popup dialog, so workarounds such as this library shouldn't be needed. It won't, however, fix the dropdown menu issue to our knowledge.

@Meorawr Meorawr closed this as completed Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants