Side navigation
#173 closed bug (invalid)
Opened September 02, 2006 09:51AM UTC
Closed October 26, 2006 02:24PM UTC
Last modified June 19, 2007 07:45AM UTC
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. :)
Should all be fixed by now.