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

Editor: unpause paused handler after widget destruction #1457

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

msssk
Copy link
Contributor

@msssk msssk commented Apr 8, 2020

Editor#removeRow pauses the focusout handler when destroying a widget, but fails to resume it. The result is that any row removal causes the focusout handler to be permanently disabled. This PR resumes the handler after the widget is destroyed.

Fixes #1456

@msssk msssk merged commit f5a8d95 into dojo:master Apr 9, 2020
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.

Editor focusout handler is stopped when a row is removed
1 participant