#11528 closed bug (fixed)
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.
Change History (9)
comment:1 Changed 9 years ago by
comment:5 Changed 9 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:7 Changed 9 years ago by
Thanks Charles, what should happen is that when this lands in master the ticket will be closed. We'll see...
comment:8 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:9 Changed 9 years ago by
Milestone: | None → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
Can you provide tests with that patch?