bug(cdk-drag-drop, cdk-tree): FireFox (mouseenter) not working with cdkDrag #26440
Labels
area: cdk/drag-drop
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Different behavior with cdkDrag and (mouseenter) between Chrome and Firefox
Chrome: (mouseenter) event is triggered successfully, after (cdkDragStarted)
Firefox: same logic fails
Reproduction
Steps to reproduce:
<cdk-tree>
structure inside Angular app(mouseenter)
to<cdk-nested-tree-node>
<cdk-nested-tree-node>
add<div>
withcdkDrag
directiveExpected Behavior
Should be same
Actual Behavior
Firefox: Failed
(mouseenter)
event executionEvent not triggering after
(cdkDragStarted)
Environment
The text was updated successfully, but these errors were encountered: