Side navigation
#9165 closed bug (invalid)
Opened May 07, 2011 01:56PM UTC
Closed May 07, 2011 04:28PM UTC
Last modified May 07, 2011 07:13PM UTC
attribute selector with accesskey fails
Reported by: | maggus.staab@googlemail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the selector
$("input[accesskey=a]")
leads to "uncaught exception: Syntax error, unrecognized expression: [accesskey=a]" in ff4
Attachments (0)
Change History (3)
Changed May 07, 2011 04:28PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Changed May 07, 2011 04:33PM UTC by comment:2
the problem also occurs when using quotes
[accesskey='a']
even when using double quotes
[accesskey="a"]
Changed May 07, 2011 07:13PM UTC by comment:3
I created this fiddle, but was unable to reproduce: http://jsfiddle.net/timmywil/hB5Ut/
attribute selectors require quotes around the attribute value