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 noticed an issue about the event over on dropZone.
The event is fired when the mouse is over the tag with dropZone as id but is refreshed each time you overing any of his children like buttons or others <div>.
Moreover it seems that there isn't any stoPropagation on the event, so the class toggle continue untile the queue end.
This cause spam when, for example, there are animations effects on over.
Thank you for your job :)
The text was updated successfully, but these errors were encountered:
I @vugar005 thank you for your answer and sorry for the description lack in my question.
The classToggle that i'm talking about is the one you have when you drag a file on the dropZone. (see attached screenshot).
The problem is that each time you move the mouse inside the #dropZone element, the over class is toggled. Seems that some stopPropagation or queue management is missed.
I noticed an issue about the event
over
on dropZone.The event is fired when the mouse is over the
tag
with dropZone as id but is refreshed each time you overing any of his children like buttons or others<div>
.Moreover it seems that there isn't any stoPropagation on the event, so the class toggle continue untile the queue end.
This cause spam when, for example, there are animations effects on over.
Thank you for your job :)
The text was updated successfully, but these errors were encountered: