[BUG] Testing under 10.0 Dragonflight - Jostle module needs a lot of work
mightykong opened this issue ยท 6 comments
Due to the amount of UI work Blizzard is doing with 10.0, I've been testing mods on Dragonflight.
Jostle.lua is causing the most problems with Dragonflight, mostly when calling back to the Blizzard frames. I'm assuming some of the frame names are changing and or the way of hooking them is changing. This module will need a bit of work for 10.0 I'll submit error reports once I gather them.
Line 112: Hooksecurefunc() - Playerframe_SequencedFinished is not a function
Line 71: Attempt to call field ? a nil value - seems to be called during Jostle:Refresh()
Line 56: Attempt to call method Refresh a nil value
Getting these also now that 10.0 is out
because its not updated for 10.0 ;)
Of course! But there was a months advance notice due to mightykong's post and I was confirming I saw that on live now.
Opened #22. This fix all my Problems with the Patch