Slider behavior - Out of Bounds Exception Issue

I am using a single slider that is reset with min and max values based upon selected data. Multiple subsequent calls to setMin and setMax seem erratic in throwing Out of Bound exceptions. Is there a certain order to calling the sequence of setMin, setMax, and setValue when you are using the same slider based upon externally selected data? I think there is a bug here. It only seems to work correctly if you setMin and setMax once, and the setValue is always compared to the original min and max for throwing the exception.

Does anyone from Vaadin monitor these posts, or are we waisting our time?

Catching the exception gets around the problem.