Blackberry 4.6 is capable of finding elements that are no longer in the DOM via getEl...
authorJohn Resig <jeresig@gmail.com>
Fri, 27 Aug 2010 19:14:30 +0000 (15:14 -0400)
committerJohn Resig <jeresig@gmail.com>
Fri, 27 Aug 2010 19:14:30 +0000 (15:14 -0400)
commit1ead20c2ed7cb4fd647d632ff9de8104669482de
tree0126af5eca7e38b3b7cde18a930a0369c5c220f0
parent43fbe3b33aeaa73c151ddb59632c85bc7f8a87b9
Blackberry 4.6 is capable of finding elements that are no longer in the DOM via getElementById. It only appears to happen when the node has been inside of a cloned Document Fragment. Fixes #6963.
src/core.js