idiomatic / HandyNotes_Achievements

Shows location of incomplete World of Warcraft achievements
Apache License 2.0
2 stars 6 forks source link

Bug: Sometimes not show achievements #17

Open JanGalek opened 3 years ago

JanGalek commented 3 years ago

image

when reopen map or look to another zone fix this, but it should not be happened

idiomatic commented 3 years ago

is there a chance this is a side-effect of e459c598d7a82053534b5882d1271f3e49f3a075?

edit: i vaguely recall seeing it during development, and forget what conclusion i reached (if any) as towards a cause.

JanGalek commented 3 years ago

no, it happens before too

JanGalek commented 3 years ago

This happen, when you're moving between zones.

idiomatic commented 3 years ago

be suspicious of notifyUpdate(), as that's triggered by many events, and little else is.

idiomatic commented 3 years ago

there also might be insufficient event registration by the addon or its libs to account for zone change.