Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Issue: _find will not get correct thing when context is document [27059]

$
0
0
_find will not get correct thing when context is document, it was caught by line 295 at MicrosoftAjax.debug.js:
if (node.nodeType === 1) {
return finder(found, selector, single, includeSelf, node, filter);
}

we should also include nodeType equals 9(which is a document element).

Viewing all articles
Browse latest Browse all 4356

Trending Articles