Skip to content

jQuery effects hang tests running under rhino #29

@jonah-williams

Description

@jonah-williams

A test which includes multiple jQuery effects calls will cause rhino to hang after executing that test. The test may run and report that it completed successfully but since that rhino instance does not terminate the rest of the test suite will not execute.

For example:
Screw.Unit(function() {
describe("should not hang when applying multiple fade effects", function() {
it("should fade multiple elements", function() {
$("#element1").fadeTo('slow', 0);
$("#element2").fadeTo('slow', 1);
});
});
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions