Side navigation
#12681 closed bug (notabug)
Opened October 09, 2012 09:06AM UTC
Closed October 09, 2012 12:57PM UTC
"attribute ends with" broken in 1.8.x
Reported by: | dcahh@gmx.de | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | selector | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think there's a bug since 1.8.x.
Following fiddle works fine in 1.7.2.
Will not work in 1.8.2.
Tested with Opera for Windows.
http://jsfiddle.net/LBSk6/ <-- try using 1.8.2 and 1.7.2
1.7.2 works
1.8.2 does not.
Uncaught exception: Error: Syntax error, unrecognized expression: button:[id$="_copy"]
Attachments (0)
Change History (1)
Changed October 09, 2012 12:57PM UTC by comment:1
component: | unfiled → selector |
---|---|
resolution: | → notabug |
status: | new → closed |
The colon in that selector makes it invalid: http://jsfiddle.net/LBSk6/1/. If you need further help, please ask on StackOverflow or our forum.