View Single Post
08-06-14, 07:46 AM   #11
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by CobraA1 View Post
Humm, I see that it's much smoother - but what was the issue with the slider?
Each time a slider value is changed it's calls it's OnValueChanged script.
There was a bug which ingored the slider's valuestep, making it trigger this scrip and anything in it millions of times ondrag.
They fixed the value bug however the OnValueChanged script still gets triggered millions of time ondrag. (This is still persists on the current live version.)

In WOD they finally fixed the OnValueChanged script only run one time when you drag the slider into it's next value.

This is just my conclusion about my experience i might be wrong however.
This bug is applies to any Slider and ScrollFrame object, and it might also appy for ColorPickers too.

Last edited by Resike : 08-06-14 at 07:53 AM.