Opened 14 years ago
Closed 13 years ago
#3321 closed bug (fixed)
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 (2)
Changed 14 years ago by
Attachment: | jquery_bug.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This seems to work in jQuery 1.3.2 and Safari 5 on Windows so it was probably fixed with the transition to Sizzle.