Bug Tracker

Modify

Ticket #6963 (closed bug: fixed)

Opened 3 years ago

Last modified 23 months ago

Blackberry 4.6 Finds Nodes That No Longer Exist

Reported by: john Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by john) (diff)

See the test case here:  http://ejohn.org/files/bugs/bb-id.html

Only seems to happen when the node has been in a cloned fragment.

Change History

comment:2 Changed 3 years ago by john

  • Description modified (diff)

comment:3 Changed 3 years ago by jdalton

Can u test if it also finds children of detached elements as well.  http://dl.dropbox.com/u/513327/bb-id.html

comment:4 Changed 23 months ago by jquery@…

There is a bit of a possible BC break here, but I believe it only affects IE. Prior to this change, jQuery could find XML elements within the document; after this change, it cannot. Evidently, XML nodes in IE do not have a parentNode.

Please see the following fiddle:

 http://jsfiddle.net/yCrd4/

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.