Side navigation
#3321 closed bug (fixed)
Opened September 04, 2008 05:40AM UTC
Closed July 26, 2010 01:00AM UTC
Class selector broken in Safari 3.1.2
Reported by: | MarkMontague | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | selector | Version: | 1.2.6 |
Keywords: | safari class selector | Cc: | |
Blocked by: | Blocking: |
Description
The attached test file isolates a bug in jquery 1.2.6's class selector that only shows up in Safari on the Mac (it works as it should in Firefox and Opera; I haven't tested other browsers or platforms).
To observe the bug: viewing the attached file in Safari, the checkboxes are supposed to control which data is visible. If 'field 1' is unchecked, the 'field 2' checkbox doesn't work.
Interestingly, if you fiddle with the whitespace in the html file around lines 61 and 62 (try putting the linebreak on line 61), the checkboxes start working properly.
Attachments (1)
Change History (1)
Changed July 26, 2010 01:00AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
This seems to work in jQuery 1.3.2 and Safari 5 on Windows so it was probably fixed with the transition to Sizzle.