Bug Tracker

Opened 15 years ago

Closed 13 years ago

#3174 closed bug (fixed)

selector bug

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

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 (1)

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

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by deg

Attachment: selector_bug.zip added

comment:1 Changed 13 years ago by dmethvin

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.