You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue.
I've found a provisory fix:
Use the prop user-select on the cells that I what to be able to allow copy and I set -webkit-user-drag to none
Describe the bug
10.8.3 introduced a bug whereby text within table cells cannot be copied.
I've tracked it down to these changes that made cells draggable even when no drag-related features are enabled, whereas in 10.8.2 cells stayed not draggable: https://github.com/primefaces/primereact/pull/7051/files#diff-760d13999e77f41593a865b0c92c5fc0942d1708ed40657985cd69f5446b9cc4R599.
Reproducer
https://primereact.org/datatable/#basic
System Information
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: