Reputation: 1145
I made this example so you can reproduce the error:
I put some labels on top of each handle so you can see the value while moving the handles, the problem is that sometimes it behaves in a strange manner, for example if you drag one handle, say the one with the label 15, and you start moving it left and right, you will notice that sometimes when you drag to the left it adds 5 points(instead of substracting), and this behavior is the same for all handles.
I'm pretty much stuck here, and my UI wouldn't work with this bug on it :(
Thanks in advance.
Upvotes: 0
Views: 811
Reputation: 628
Its not adding points, the sliderlabel gets triggered after you start sliding, so the first time you slide the function isnt triggered only the second time.
Upvotes: 2