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

Fixing static html onboarding->in_task script refresh #756

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

JackUrb
Copy link
Contributor

@JackUrb JackUrb commented Apr 8, 2022

Overview

Currently a bug in the static_html blueprint only runs imported scripts on the very first HTML load. This means that when transitioning from onboarding to in-task, the newly loaded scripts are not executed. This fix resolves the issue by also running the scripts when the HTML changes.

Testing

Ran the task in #753 and could reproduce the error of not loading the task scripts properly, and now am no longer able to reproduce.

Fixes #753. cc @edwardguo61

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 8, 2022
@JackUrb JackUrb merged commit ac999aa into main Apr 8, 2022
@JackUrb JackUrb deleted the static-html-refresh-fix branch April 8, 2022 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[UI/UX] Task page not loading properly
2 participants