#10214 closed bug (cantfix)
:nth-child(k) selector does not work in Opera with k>127
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.3 |
Keywords: | Cc: | miketaylr | |
Blocked by: | Blocking: |
Description
How to reproduce:
- Open http://kosov.eu/opera.html in Opera (tested with Opera 11.51.1087, 12.00.1054)
- Input any number from 1 to 500, click 'Go'
- If number is less than 128, appropriate link will change background. Otherwise, no elements will be found with 'a:nth-child(k)' selector although element count is correct
- In any other browser this selector works fine
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Cc: | miketaylr added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
Seems like an Opera bug; we delegate the job to querySelectorAll
. I've copied Mike Taylor from Opera.
Note: See
TracTickets for help on using
tickets.
Sorry for not using jsFiddle, here's the test case: http://jsfiddle.net/k8x8c/