Skip to main content

Bug Tracker

Side navigation

#11885 closed bug (duplicate)

Opened June 10, 2012 10:14AM UTC

Closed June 10, 2012 05:01PM UTC

Last modified June 10, 2012 05:01PM UTC

$.contains useless with TextNodes in IE

Reported by: mirz Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

In IE9 $.contains retuns false when second argument is TextNode:

http://jsfiddle.net/FsxWV/

In IE7 and IE8 it throws "No such interface supported".

According to #9815 this bug should be partly fixed but it isn't.

Attachments (0)
Change History (2)

Changed June 10, 2012 05:01PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

The fix is that it's not supported and never was - as the documentation states.

Changed June 10, 2012 05:01PM UTC by rwaldron comment:2

Duplicate of #9815.