Skip to main content

Bug Tracker

Side navigation

#3174 closed bug (fixed)

Opened July 21, 2008 02:02PM UTC

Closed July 26, 2010 12:53AM UTC

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

Changed July 26, 2010 12:53AM UTC by dmethvin comment:1

resolution: → fixed
status: newclosed

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