Modify ↓
Ticket #3174 (closed bug: fixed)
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

