#173 closed bug (invalid)
Safari crash in test suite
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | "" | Cc: | "" |
Blocked by: | Blocking: |
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. :)
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → invalid |
Status: | reopened → closed |
Type: | → bug |
SPAMPOLICE
Note: See
TracTickets for help on using
tickets.
Should all be fixed by now.