Modify ↓
Ticket #11885 (closed bug: duplicate)
$.contains useless with TextNodes in IE
| Reported by: | mirz | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
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.

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