Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Summary
Mouse testing for RangeSlider widget is not supported in the current widget testing framework. The current mouse testing for widgets is done using theclick_and_drag
function, but it has no support for widgets without 'press' events.
Proposed fix
Theclick_and_drag
function should be generalized in order to support more widgets. One solution would be adding support for sending events through the canvas.
This potential solution is mentioned here by@ianhi:
#22711 (comment)