The problem is caused by the Dragdealer needing to recalculate and detect the correct bounds after it is made visible. To do this, in your JavaScript code, use the reflow() method in the section of your code where you make the slider visible.
Here is an example:
Code:
slider.reflow(); // 'slider', in this example, is the Dragdealer instance