jakerella / jquery-mockjax

The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses
Other
2.12k stars 376 forks source link

doesn't seem to work in Camino 2 on OS X #11

Closed jdee closed 13 years ago

jdee commented 13 years ago

I have a hosted QUnit test suite here that includes the use of jquery-mockjax to stub out an AJAX call. The test fails in Camino 2 on OS X. That may not come as a huge surprise, but the rest of the jQuery and jQuery UI stuff works very well in that browser, so it's disappointing to see that failure.

The test code is here: https://github.com/jdee/dubsar/blob/master/public/javascripts/application-ui_test.js

jdee commented 13 years ago

This seems to have cleared up, though I have not updated the version of mockjax, jQuer or jQuery UI I was using. It's possible it was fixed by browser updates.