jQuery: The Write Less, Do More JavaScript Library

Ticket #173 (closed bug: invalid)

Opened 2 years ago

Last modified 1 year ago

Safari crash in test suite

Reported by: john Assigned to: anonymous
Type: bug Priority: blocker
Milestone: Component: ajax
Version: Keywords: ""
Cc: "" Needs:

Description

Safari crashes when running the test suite:

Trial and error (and a lot of Saft recovering my tabs) indicates that these are the culprits:

tests/10-jQuery.find.js: ... t( "Checked UI Element", "input:checked", ["radio2","check1"] ); ... t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2"] ); t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] );

Haven't had time to figure out what the actual issue is, but I'm guessing there's something funny about input objects in Safari. :)

Attachments

Change History

Changed 2 years ago by joern

  • status changed from new to closed
  • resolution set to fixed

Should all be fixed by now.

Changed 2 years ago by anonymous

  • priority set to blocker
  • status changed from reopened to closed
  • component set to ajax
  • resolution set to invalid
  • type set to bug

SPAMPOLICE

Note: See TracTickets for help on using tickets.