Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

