Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13930 closed bug (worksforme)

parseHTML() doesn't work on IE8 for specific scenario

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:

Description

on IE8 $.parseHTML() will not parse the following string correctly:

"<select id='1'><option id='2'>a</option></select>";

It throws an "unspecified error"

http://jsfiddle.net/SykEQ/2/

The erros is also present in 1.10-beta1

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: worksforme
Status: newclosed

It parsed for me with no error using IE8 in BrowserStack. Perhaps a plugin is interfering? Note that your HTML is invalid, an ID cannot be only digits.

Note: See TracTickets for help on using tickets.