CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 10 Oct 2025 22:48:01 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/11528/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 10 Oct 2025 22:48:02 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae409-3f33"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#11528 (ie8 serialization bug with .html() also hitting html5 tags) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
Side navigation
#11528 closed bug (fixed)
Opened March 28, 2012 05:45AM UTC
Closed June 26, 2012 02:04AM UTC
Last modified June 26, 2012 02:04AM UTC
ie8 serialization bug with .html() also hitting html5 tags
Reported by: | cmcnulty | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | manipulation | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The ie8 serialization bug (which is fixed in the case of style and script tags) also affects link elements as well as all unknown elements, including all of html5.
I have a fix as well as tests staged here:
https://github.com/cmcnulty/jquery/tree/ie8bug
A pull request is forthcoming.
Attachments (0)
Change History (9)
Changed March 28, 2012 01:55PM UTC by rwaldron comment:1
Changed March 28, 2012 02:15PM UTC by rwaldron comment:2
Sorry, I hadn't seen your PR yet.
Changed March 28, 2012 02:46PM UTC by cmcnulty comment:3
Changed April 03, 2012 11:14PM UTC by sindresorhus comment:5
component: | unfiled → manipulation |
---|---|
priority: | undecided → low |
status: | new → open |
Changed April 13, 2012 03:58PM UTC by cmcnulty comment:6
Changed April 13, 2012 04:01PM UTC by dmethvin comment:7
Thanks Charles, what should happen is that when this lands in master the ticket will be closed. We'll see...
Changed June 26, 2012 02:04AM UTC by dmethvin comment:8
resolution: | → fixed |
---|---|
status: | open → closed |
Changed June 26, 2012 02:04AM UTC by dmethvin comment:9
milestone: | None → 1.8 |
---|
Can you provide tests with that patch?