Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have implemented multiple drag and drop using cdk library on my Angular project(Version 10.2.5). The problem is (using firefox browser) when i drag something the hover effect of the drop container won’t take any effects anymore. With googlechrome my style works fine. I have tried already with @HostListener(‘document:mouseover’, [‘$event’]) but stills not working. It seems my mouse is disable when dragging an element.

I have this Problem since i updated to the Version 10 ,before everything works fine.

What I have tried:

@HostListener(‘document:mouseover’, [‘$event’])
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900