Hekili Priority Helper

Hekili Priority Helper

53M Downloads

Display disappears when trying to move on 1.0.1b+

Closed this issue ยท 3 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this bug report (above) so that it describes the issue I am reporting.

Describe the Issue

When trying to move the display on 11.2.0-1.0.1d, it just disappears until you /reload. Tested 1.0.1b & c and it's broken on those as well. Reverting to 1.0.1a seems to fix it. I know it's at least messed up on ass rogue, and MM hunter, but is probably broken on other classes/specs too

How to Reproduce

Enter the game
Open /hek menu
try to move primary or AOE frames

Player Information (Link)

https://imgur.com/7mGGqQr trying to open /hek just brings up that

Error Messages (Link)

https://pastebin.com/xmLcfSGQ

Additional Information

No response

Contact Information

Hambrick on discord

commented

it was not fix, there is an issue in UI.lua at line 120 :

movementData.origX, movementrigY = select( 4, frame:GetPoint() )

==>

movementData.origX, movementData.origY = select( 4, frame:GetPoint() )

commented

Yes, this is exactly what is fixed in the above linked pull request. That is why this ticket is still "open", it has not been merged into the addon code and published yet.

commented

Oh sorry i though it was another issue.