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 comment:1
Changed March 28, 2012 02:15PM UTC by comment:2
Sorry, I hadn't seen your PR yet.
Changed March 28, 2012 02:46PM UTC by comment:3
Changed April 03, 2012 11:14PM UTC by comment:5
component: | unfiled → manipulation |
---|---|
priority: | undecided → low |
status: | new → open |
Changed April 13, 2012 04:01PM UTC by 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 comment:8
resolution: | → fixed |
---|---|
status: | open → closed |
Changed June 26, 2012 02:04AM UTC by comment:9
milestone: | None → 1.8 |
---|
Can you provide tests with that patch?