Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle controller does not dispose of top-level listeners #462

Closed
rkaraivanov opened this issue Jul 29, 2022 · 0 comments · Fixed by #463
Closed

Toggle controller does not dispose of top-level listeners #462

rkaraivanov opened this issue Jul 29, 2022 · 0 comments · Fixed by #463

Comments

@rkaraivanov
Copy link
Member

Steps to reproduce

  1. Open a dropdown component.
  2. Click outside of the dropdown area.
  3. Continue clicking outside the component after it is closed.

Result

Event listeners are attached and continue to fire off events.

Expected result

Event listeners should be disposed, and no events should fire.

Attachments

dropdown-events.mp4
@rkaraivanov rkaraivanov added bug Something isn't working 🆕 status: new The issue is new and will be reviewed when somebody picks it up. 🧨 severity: medium drop-down labels Jul 29, 2022
@rkaraivanov rkaraivanov self-assigned this Jul 29, 2022
@rkaraivanov rkaraivanov added 🛠️ status: in-development ✅ status: resolved and removed 🆕 status: new The issue is new and will be reviewed when somebody picks it up. 🛠️ status: in-development labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant