Opened 8 years ago
Closed 6 years ago
#17026 closed defect (wontfix)
parser.js fails to parse XHTML <foo/> tags for IE6-7 code path
Reported by: | pags | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Parser | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
"construct" function in parser.js fails to pull out element attributes correctly for the block commented as "Special path for IE6-7". Trailing forward slash used to close element is not removed properly by the existing regexp. Attaching a file with the code fix.
Attachments (1)
Change History (3)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Summary: | parser.js fails to parse element attributes for IE6-7 code path → parser.js fails to parse XHTML <foo/> tags for IE6-7 code path |
---|
Hi pags. It's much better to post a patch file, rather than posting full js files. The other issues are that we no longer officially support IE6-7, and I'm not sure we really support XHTML either.
I'll leave this ticket here for now, but may ending up closing as wontfix, especially if we end up removing the IE6-7 code path altogether. If you can post an actual patch including the update to the code plus an update to the automated test I'd check it in.
comment:2 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing since IE6-7 are desupported.
Patch for "construct" method.