LS: Toasts

LS: Toasts

807k Downloads

Possible QuestTalkingHeadFrame bug and toasts.

xt9 opened this issue ยท 9 comments

commented

While tailoring my new UI I decided it would be best to move QuestTalkingHeadFrame with Moveanything to the center left corner because it's in the way on it's original position, while trying this out it became clear to me that the worldquest reward toasts were anchored to QuestTalkingHeadFrame in some way (because it started out in the middle, then popped up over QuestTalkingHeadFrame as soon as it appeared)

Pictured: http://cubeupload.com/im/QRLeEm.jpg

A friend recommended lstoasts because it had one single controllable anchor, but it still seems to clash with this behavior.

Pictured: http://cubeupload.com/im/2d59Dr.jpg (the anchor is supposed to be at the bottom here)
Anchor: http://cubeupload.com/im/X21jfE.jpg (it does not fix itself after a /reload)

I shall reinstall and reload after configuring, because I'm not sure i did the first time around. But it seems that the anchor is "corrupted" after being logged in for a while.
I'm not sure that this is an Issue with lstoasts, but i thought that I should share with you either way.

commented

Sup!

Did you try disabling MoveAnything? o_O I think that something resets TOPLEFT point of anchor frame to that position, meanwhile my addon sets BOTTOMLEFT point to where it's supposed to be :p

BTW, if you haven't reset your options yet, could you run /dump ls_Toasts[2].point script, and tell me what it dumps into your chat window?

P.S. I think I'll add "Reset Anchor" button as a workaround for such situations, or even two buttons, one will reset it to default state, and another one will reset it to user-defined position. May even place them on anchor frame itself. Not sure yet...

commented

[4]=38,
[3]="TOPLEFT",
[2]="UIParent",
[1]="TOPLEFT",

These were after a reload, and turning in an emissary cache, and the anchor did not look corrupted anymore, but it had moved to the top left corner.

I'll update you after a reinstall and playing for a while.

commented

Hm, there should be 5 entries, but I guess it's copy-paste fail, looks fine though.

I think it's a conflict w/ some other addon T_T Hate when it happens...

Thing is, only one point is used to place anchor frame on UIParent, I also call ClearAllPoints method to remove all assigned points whenever I set a new one. But on your screenshot I can clearly see that more than one point is set ๐Ÿ˜’

commented

It's probably another addon yeah, it worked fine for an hour then things got... wierd.
This is after a reinstall of lstoasts, but i never disabled MoveAnything

Anchor + dump: http://cubeupload.com/im/4oSf8g.jpg

The wierd thing is that I've never moved a toast with MoveAnything.

commented

Wow o_O Did it happen on its own? o_O

I'll my anchor frame to that spot and will see what happens :p

commented

The symptom was a relog, I saw the tank call to arms was up so i logged my druid, The class hall mission popped up in the top left corner so i checked the anchor, and there it was.

commented

K, thank you!

It's a bug, now I need to figure out how to fix it, there's a bug in my preset system I was wrong, but there's a bug somewhere, haha :p

-- edit

K, I know why it happens, I'll fix it tomorrow, it's midnight atm. Thanks again!

commented

Cool :)

commented

Fixed. Will release an update a bit later today.