Opened 10 years ago
Closed 10 years ago
#13930 closed bug (worksforme)
parseHTML() doesn't work on IE8 for specific scenario
Reported by: | 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"
The erros is also present in 1.10-beta1
Note: See
TracTickets for help on using
tickets.
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.