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

FEM-2417: OTT bookmarks - prevent stop twice on destroy #16

Merged
merged 2 commits into from
Apr 15, 2019
Merged

Conversation

noamtamim
Copy link
Contributor

Because of the event dispatching order, destroy is handled by the plugin before stop. Then, in the next time stop is sent it contains an incorrect position.

The workaround is that if destroy has sent the stop event, stop will not send it again.

This behavior needs to be revisited if/when there's a change in event dispatching order.

Because of the event dispatching order, destroy is handled by the plugin before stop. Then, in the next time stop is sent it contains an incorrect position.

The workaround is that if destroy has sent the stop event, stop will not send it again.

This behavior needs to be revisited if/when there's a change in event dispatching order.
@noamtamim noamtamim requested a review from giladna April 15, 2019 10:09
@noamtamim noamtamim merged commit 9980b51 into develop Apr 15, 2019
@noamtamim noamtamim deleted the FEM-2417 branch April 15, 2019 11:11
@noamtamim noamtamim changed the title OTT bookmarks - prevent stop twice on destroy FEM-2417: OTT bookmarks - prevent stop twice on destroy Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants