Skip to main content

Bug Tracker

Side navigation

#14913 closed bug (duplicate)

Opened March 24, 2014 05:39PM UTC

Closed March 24, 2014 06:17PM UTC

HTML1701 errors on loading jQuery in a Windows Store application

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

Code added to fix Ticket #12359 and separately to fix Ticket #11217, cause the innerHTML property to be written to when jQuery loads, due to the following lines:

div.innerHTML = "<select t=''><option selected=''></option></select>";

div.innerHTML = "<input type='radio' checked='checked' name='t'/>";

This causes an error when jQuery is used in a Windows Store application, as all calls to innerHTML need to be wrapped.

Attachments (0)
Change History (1)

Changed March 24, 2014 06:17PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #14901.

Please test with http://code.jquery.com/jquery-2.1.1-beta1.js to see if it fixes the problem for you.