Skip to main content

Bug Tracker

Side navigation

#13930 closed bug (worksforme)

Opened May 23, 2013 12:27PM UTC

Closed May 23, 2013 01:16PM UTC

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

Reported by: luca.grulla@gmail.com 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

Attachments (0)
Change History (1)

Changed May 23, 2013 01:16PM UTC by dmethvin comment:1

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.