Closed
Description
Heyo,
I'm using https://github.com/SortableJS/Sortable. I have a simple drag_to
to move an item. it works when I use https://github.com/twalpole/apparition but if I swap the driver to cuprite
the move of item no longer takes place. I noticed apparition
is doing some interesting stuff in its drag_to
method: https://github.com/twalpole/apparition/blob/ca86be4d54af835d531dbcd2b86e7b2c77f85f34/lib/capybara/apparition/node/drag.rb#L5 , using a pile of extra JS stored in HTML5_DRAG_DROP_SCRIPT
.
I can create a test case showing the problem, using a piece of html/js that incorporates the SortableJS library. If I can provide that, can you help me debug how to get it working? cheers.
Metadata
Metadata
Assignees
Labels
No labels