Component: TreeTable, dragging over table cells #14512
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using TreeTable with pDroppable on a table row, the table row will lose highlighting class "p-draggable-enter" if you move the mouse cursor outside the table cell (td) in the same row (tr)
Bildschirmaufzeichnung.vom.08.01.2024.21.59.46.webm
Environment
Angular 17.0.8
Reproducer
https://stackblitz.com/edit/github-egxv1j-zufyea
Angular version
17.0.8
PrimeNG version
17.3.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.10.0
Browser(s)
chrome 120.0.6099.199 64-bit
Steps to reproduce the behavior
https://stackblitz.com/edit/github-egxv1j-zufyea
=> current row will loose the class p-draggable-enter to highlight the drop target
Expected behavior
while dragging an element in the same table row between different cells, the row should not lose class "p-draggable-enter"
The text was updated successfully, but these errors were encountered: