GurliGebis / WoWAddon-AngrierWorldQuests

29 stars 14 forks source link

Clicking on AWQ in quest log misaligns it #55

Closed ynazar1 closed 3 months ago

ynazar1 commented 3 months ago

AWQ 0.43 WoW 11.0.2

Clicking on the title of the world quest misaligns it in the frames... I'm going to test it some more but here's what it looking like:

image

ynazar1 commented 3 months ago

Can confirm this happens even if AWQ is the only addon enabled.

GurliGebis commented 3 months ago

@Shauren do you happen to have an idea of why it happens?

Shauren commented 3 months ago

Yes, default mouseup/mousedown handlers of blizz QuestLogTitleTemplate expect the button to have two separate anchors (QuestMapLogTitleButton_OnMouseDown/QuestMapLogTitleButton_OnMouseUp)

GurliGebis commented 3 months ago

I have just pushed v0.43.1 with the bugfixes from Shauren - please test and reopen if the issue persists.