Kiatra / ChocolateBar

ChocolateBar is a World of Warcraft addons to display plugins in a bar on top or bottom of your screen
https://www.wowace.com/projects/chocolatebar
18 stars 9 forks source link

[BUG] Testing under 10.0 Dragonflight - Jostle module needs a lot of work #18

Closed mightykong closed 1 year ago

mightykong commented 2 years ago

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.

mightykong commented 2 years ago

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

jgwallace3 commented 1 year ago

Getting these also now that 10.0 is out

gOOvER commented 1 year ago

Getting these also now that 10.0 is out

because its not updated for 10.0 ;)

jgwallace3 commented 1 year ago

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.

Zwixx commented 1 year ago

Opened #22. This fix all my Problems with the Patch

Kiatra commented 1 year ago

Since v3.9.6 you will need to use edit mode to move frames below the top bar. As there are still issues with the updates of the positions of the Minimap and Playerframes that are not fixed. So v3.9.6 will not try to move those frames.