#9014 closed bug (duplicate)
Some attribute selectors with brackets don't work in IE7
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | selector | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
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 12 years ago by
Priority: | low → high |
---|---|
Status: | pending → open |
Confirmed in git: http://jsfiddle.net/timmywil/SYxVM/3/
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
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.