Ticket #6418 (closed defect: fixed)
dojo.query: support of negative a/b in :nth-child(an+b)
| Reported by: | liucougar | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Core | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by liucougar) (diff)
current :nth-child selector in dojo.query does not support negative a or b in form of an+b
dojo.query can not handle contains("bar") either, because it does not remove quotes around bar
in addition, when dojo.query calls dojo.byId, it does not pass in the correct document para (the second argument to dojo.byId)
the attached patch fixes all these issues (also updated test file)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.