Opened 10 years ago
Closed 10 years ago
#12681 closed bug (notabug)
"attribute ends with" broken in 1.8.x
Reported by: | 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"]
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → notabug |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.