Skip to content

Make the code robust against duplicated timeouts#167

Open
PetrDlouhy wants to merge 1 commit intomdbootstrap:masterfrom
PetrDlouhy:fix_duplicate_timeouts
Open

Make the code robust against duplicated timeouts#167
PetrDlouhy wants to merge 1 commit intomdbootstrap:masterfrom
PetrDlouhy:fix_duplicate_timeouts

Conversation

@PetrDlouhy
Copy link

There is number of cases (i.e. two buttons triggering same dropdown) when the code would set up multiple timeouts at the same time. This can easily lead to weird and unexpected behavior such as dropdown hiding at unexpected moments when the mouse is still hovering over the active elements.

If we keep all the timeouts in array and clear all of them all of them, it would make the code robust against such problems.
I expect that even the stop this event if conditions might not be needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant