When you drag the slider, the Slide events are fired as expected. When you release the mouse, the following occurs:
- If the cursor is positioned within the drag handle, the Change is event is not fired.
- If the cursor is not positioned within the drag handle, the Change is event is fired.
This behavior can be seen in Slider/Events demo page. Start dragging the drag handle on one of the sliders and move the cursor up or down so it's outside of the drag handle. When you release the mouse, the Change event is fired. Now start dragging the drag handle and make sure the cursor is within in the drag handle when you release the mouse and you will see that the Change event is not fired.
Is this the expected behavior?
- If the cursor is positioned within the drag handle, the Change is event is not fired.
- If the cursor is not positioned within the drag handle, the Change is event is fired.
This behavior can be seen in Slider/Events demo page. Start dragging the drag handle on one of the sliders and move the cursor up or down so it's outside of the drag handle. When you release the mouse, the Change event is fired. Now start dragging the drag handle and make sure the cursor is within in the drag handle when you release the mouse and you will see that the Change event is not fired.
Is this the expected behavior?