Cannot select text inside a draggable item that has a drag handle

Author: smassa-auditboardCreated May 8, 2026Updated May 28, 2026

Text Selection Issue

I have an element that's marked as a draggable item and a drop zone (for sorting). It has a drag handle. The other text inside the element (not inside the drag handle) can no longer be selected by dragging the cursor over it.

The dragstart event hander gets stuck here:

https://github.com/atlassian/pragmatic-drag-and-drop/blob/03f6f3f8ae808a60e422ddb2d7e0f033b5ac322c/packages/core/src/adapter/element-adapter.ts#L212-L217

This guard must be in place for a reason, but I'm not sure what that would be. It does seem to be preventing text selection, though.

Reproducing

I tried to reproduce this in the examples. I can in the Table example (source), but not in the List example (source).

Is the difference that the List example treats the drag handle as the draggable element?

Path Forward

Is this a bug that needs to be fixed in the library or am I approaching it the wrong way?

Source: atlassian/pragmatic-drag-and-drop