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 an issue when refreshing the slave.html page on IE. #106

Closed
wants to merge 1 commit into from

Conversation

divdavem
Copy link
Contributor

When refreshing the slave.html page on IE, attester creates an iframe with the next task to be executed, but IE loads the previous URL of the iframe (trying to restore it), leading to a different task being executed on the client than the one the server thinks is being executed, leading to wrong results.

This pull request fixes the issue by first loading an empty iframe and ignoring any result until a task is sent from the server.

@jakub-g
Copy link
Collaborator

jakub-g commented Oct 16, 2014

adbb5f5 is fine for me

@divdavem divdavem closed this in d5e03ac Oct 16, 2014
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.

None yet

2 participants