-
Notifications
You must be signed in to change notification settings - Fork 76
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
don't skip cross-window syncing under normal circumstances #193
base: master
Are you sure you want to change the base?
Conversation
@akatov can you rebase against master? I fixed deprecations in the tests. Now the tests should pass. |
OK, having read #47 I now see the reason for the change you made that I thought was an obvious bug. I made this pull-request without this context. |
oh, and this PR is inappropriate in any case as I have now pointed out that |
@akatov do you have an IE 11 at hand to test |
yes, |
I rebased and forced pushed some updates to tests (more use of the run-loop when getting storage backed properties). For some reason ember-try fails on the ember-beta scenario on travis, but it runs fine locally when using PhantomJS 2.1 (rather than travis's 2.0). |
I assume the code before was a bug. It used to skip cross-window syncing under normal operation, and would actually only sync in testing mode when the document was hidden.