Skip to main content

Bug Tracker

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. :)

Attachments (0)
Change History (2)

Changed October 06, 2006 01:05PM UTC by joern comment:1

resolution: → fixed
status: newclosed

Should all be fixed by now.

Changed October 26, 2006 02:24PM UTC by anonymous comment:2

component: → ajax
priority: → blocker
resolution: → invalid
status: reopenedclosed
type: → bug

SPAMPOLICE