Bug Tracker

Modify

Ticket #6532 (closed bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

:first selector does not work with latest webkit nightly build

Reported by: gyolk Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: :first webkit Cc:
Blocking: Blocked by:

Description

<ul>

<li class="fruit">orange</li> <li>carrot</li> <li>potato</li> <li class="fruit">apple</li> <li>onion</li>

</ul>

$("li:not(.fruit):first").length gives 0 in webkit nightly build

Attachments

testcase.html Download (948 bytes) - added by gyolk 3 years ago.

Change History

Changed 3 years ago by gyolk

comment:1 Changed 3 years ago by dmethvin

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

Dup of #6519.

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.