Modify ↓
Ticket #9014 (closed bug: duplicate)
Some attribute selectors with brackets don't work in IE7
| Reported by: | Stephan.Gheorghiu@… | Owned by: | Stephan.Gheorghiu@… |
|---|---|---|---|
| Priority: | high | Milestone: | 1.next |
| Component: | selector | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Selectors such as input[name="field[0]"] do not work in Internet Explorer 7 (IE8, IE9 and the rest of browser families are ok). Escaping with backslashes doesn't help either.
Change History
comment:1 Changed 2 years ago by timmywil
- Owner set to Stephan.Gheorghiu@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to selector
comment:2 Changed 2 years ago by Stefan Gheorghiu <Stefan.Gheorghiu@…>
Here is the test case: http://jsfiddle.net/SYxVM/2/ It is only reproducible for 1.4.4 and isn't for other versions, including older ones.
comment:3 Changed 2 years ago by timmywil
- Priority changed from low to high
- Status changed from pending to open
Confirmed in git: http://jsfiddle.net/timmywil/SYxVM/3/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsFiddle.net that reproduces the issue experienced to help us assess your ticket. Additionally, test against the jQuery (edge) version to ensure the issue still exists.
I've created this test case, but was unable to reproduce the issue.