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

Core: fix holdReady and move readywait to an iframe test #3576

Closed
wants to merge 1 commit into from

Conversation

timmywil
Copy link
Member

@timmywil timmywil commented Mar 18, 2017

Close gh-3331
Fixes gh-3573

Summary

I've edited @stevemao's PR, made the recommended changes, and fixed the issue with jQuery.holdReady. I confirmed that the test failed before moving holdReady back to its proper place.

Checklist

  • All authors have signed the CLA at https://contribute.jquery.com/CLA/
    • Steve signed the jQuery CLA, which is enough to land this PR.
  • New tests have been added to show the fix or feature works
  • Grunt build and unit tests pass locally with these changes

@jsf-clabot
Copy link

jsf-clabot commented Mar 18, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

@mention-bot
Copy link

@timmywil, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jrburke, @markelog and @dmethvin to be potential reviewers.

@timmywil timmywil changed the title Tests: fix holdReady and move readywait to an iframe test Core: fix holdReady and move readywait to an iframe test Mar 18, 2017
@timmywil timmywil added this to the 3.2.1 milestone Mar 18, 2017
@timmywil
Copy link
Member Author

Will land today. Get your reviews in! Thanks.

@timmywil timmywil force-pushed the readywait branch 2 times, most recently from 1b0defa to d1558cd Compare March 18, 2017 18:35
@@ -0,0 +1,12 @@
var start = new Date();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this file? It runs the same test as one in test/unit/ready and it's not used anywhere, this looks like dead code.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. I thought I deleted it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted.

@timmywil timmywil closed this in fcc9a9e Mar 20, 2017
@timmywil timmywil deleted the readywait branch March 20, 2017 15:38
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

$.holdReady is broken in 3.2.0
5 participants