I have the following problem: In Mozilla Firefox, whenever I hover a dropdown
inside a table, it triggers the mouseleave
event of the table, though the mouse cursor is still inside the table. There is no such problem in Chrome or Edge.
Here is my code with an example data:
I have a table and the last row appears when the mouse cursor enters the table. When the mouse leaves - the row hides. The row should hide only if i leave the table
Is there some way or a workaround to prevent the unnecessary mouseleave event to occur?