When setting slider value by clicking on a position within slider the ValueChanged event does not always fire. In those cases the slider looks as if set to the correct value but the connected Value is not updated.
Unfortunately I could not find a reproducible pattern for this to happen. Sometimes it occurs on the first or second click but sometimes it takes many clicks for the error to occur again.
The problem sometimes also occurs if setting the value not by clicking on a position but by dragging the slider. In both cases (clicking on position and sliding) the GUI is updated before the ValueChanged event is fired. The error does not seem to occur if using the left/right buttons for setting a value. In this case the ValueChanged event is fired first and then the GUI is updated.
This error renders the Slider Component useless for us because the user can never be sure whether or not the value has been set correctly.