Bug Tracker

Modify

Ticket #7566 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

nth-last-child does not return the same results as document.querySelectorAll

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

Description

p:nth-last-child(2n) or p:nth-last-child(odd)

native chrome/firefox:173

jquery:162

p:nth-last-child(2n+1) or p:nth-last-child(even)

native chrome/firefox:151

jquery:162

Change History

comment:1 Changed 3 years ago by snover

  • Owner set to anonymous
  • Status changed from new to pending

This is not a useful bug report. Please follow the  bug reporting guidelines and create a reduced test case. Thanks!

comment:2 in reply to: ↑ description Changed 3 years ago by anonymous

  • Status changed from pending to new

my bad, it was the other way around:

p:nth-last-child(2n) or p:nth-last-child(odd)

native chrome/firefox/safari:162

jquery:173

p:nth-last-child(2n+1) or p:nth-last-child(even)

native chrome/firefox/safari:162

jquery:151

so this is a bug in browsers right? not the other way round?

Replying to anonymous:

p:nth-last-child(2n) or p:nth-last-child(odd)

native chrome/firefox:173

jquery:162

p:nth-last-child(2n+1) or p:nth-last-child(even)

native chrome/firefox:151

jquery:162

comment:3 follow-up: ↓ 4 Changed 3 years ago by jitter

  • Status changed from new to pending

Thanks for taking the time to contribute to the jQuery project! But still haven't submitted a test case to reproduce your bug, only something which I guess is your debug output.

Please submit a reduced test case which reproduces the issue you are experiencing (ideally on  http://jsfiddle.net). So that we can investigate this issue further.


 How to report bugs

comment:4 in reply to: ↑ 3 Changed 3 years ago by anonymous

  • Status changed from pending to new

i can not reproduce the problem. it must be in my tests where for some reasons in other 100s of selectors nth-last-child starts giving different result so i guess you can forget about it! sorry!

comment:5 Changed 3 years ago by addyosmani

  • Status changed from new to closed
  • Resolution set to invalid

As the original ticket submitter has indicated this bug cannot be reproduced and we haven't been provided a complete test case that reproduces it, I am closing this ticket as invalid.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.