relevance / blue-ridge

Framework for JavaScript Testing (currently a Rails Plugin)
http://groups.google.com/group/blueridgejs
MIT License
480 stars 40 forks source link

BlueRidge broken for jQuery 1.4.2 Document.ready doesn't fire #38

Open joshuacronemeyer opened 14 years ago

joshuacronemeyer commented 14 years ago

We've just installed blue-ridge to support a new project and it looks like Document.ready doesn't fire. However if you downgrade jQuery to 1.3.2 in the test_runner.js file everything looks fine.

joeldbirch commented 14 years ago

Exact same problem here.

joshuacronemeyer commented 14 years ago

Here is a failing test. http://gist.github.com/370172 I think this is an env.js problem and have started a mailing list thread there to see if they have any ideas about what might be wrong.

joshuacronemeyer commented 14 years ago

Ok... that test above doesn't precisely recreate the problem i am experiencing, because the test above doesn't pass when i downgrade to 1.3.2. :( but am i missing something? shouldn't that test pass using rhino and env.js since it passes in the browser?

jodosha commented 14 years ago

I'm experiencing the same problem.