Bug Tracker

Modify

Ticket #3174 (closed bug: fixed)

Opened 5 years ago

Last modified 3 years ago

selector bug

Reported by: deg Owned by:
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc:
Blocking: Blocked by:

Description

Hi,

While using an attribute selector i came across a problem. It is hard to explain so i included a testcase which makes the problem clear i hope. In short:

  • First copy some objects to another container.
  • Select the objects like this $("#parent child[attrib]")
  • tie them to an event $("#parent child[attrib]").hover(...)
  • In ie the events get attached to the original objects, not the copied ones, despite the selector.

regards, Hans

Attachments

selector_bug.zip Download (29.8 KB) - added by deg 5 years ago.

Change History

Changed 5 years ago by deg

comment:1 Changed 3 years ago by dmethvin

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

The test case works properly with jQuery 1.3.2 on IE and Firefox.

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.