Side navigation
#9014 closed bug (duplicate)
Opened April 29, 2011 08:19AM UTC
Closed July 12, 2011 04:20PM UTC
Last modified July 12, 2011 04:20PM UTC
Some attribute selectors with brackets don't work in IE7
Reported by: | Stephan.Gheorghiu@gmail.com | Owned by: | Stephan.Gheorghiu@gmail.com |
---|---|---|---|
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.
Attachments (0)
Change History (5)
Changed April 29, 2011 02:55PM UTC by comment:1
component: | unfiled → selector |
---|---|
owner: | → Stephan.Gheorghiu@gmail.com |
priority: | undecided → low |
status: | new → pending |
Changed May 03, 2011 06:26AM UTC by comment:2
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.
Changed May 03, 2011 01:56PM UTC by comment:3
priority: | low → high |
---|---|
status: | pending → open |
Confirmed in git: http://jsfiddle.net/timmywil/SYxVM/3/
Changed July 12, 2011 04:20PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | open → closed |
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.