Questie

Questie

116M Downloads

Forbiden action while clicking on Party Frame

bandreetto opened this issue ยท 6 comments

commented

When trying to click a party frame (except player frame) while questie is enable will result in a popup saying: "Questie has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI." Sou you cant target party members through the raid frames UI while Questie is active.

Steps to reproduce

  1. Enable raid frames for party in Interface Option > Raid Profiles > Use Raid-Style Party Frames.
  2. Join a party.
  3. With Questie active, click any frame but your frame.
commented

Very strange, ill test this today since beta is back up, but questie doesn't touch the unit frames at all, not sure why that would happen

commented

I encountered this too when turning the raid frame option on while Questie was on. After a game restart, I did not see this bug.

Workaround: restart client.

commented

@brewspy did this happen to you on 4.0.13 or newer? We recent pushed a change that should solve this. The fix may need to be applied in other places though

commented

@brewspy did this happen to you on 4.0.13 or newer? We recent pushed a change that should solve this. The fix may need to be applied in other places though

I saw this before 4.0.13

commented

ahh. Well, it should be fixed now

The issue was, questie hooks GameTooltip to show the quest information when you mouse over mobs and objects in the game. The problem comes when an internal restricted blizzard UI tries to use GameTooltip, questie's hook code then runs to check if you moused over an NPC (which it isn't allowed to run at the time)

The solution is to always check "are we allowed to run code right now" inside the tooltip hook

commented

If anyone has this issue post 4.0.13 please let us know