#6136 closed bug (patchwelcome)
.html() on object element with Quicktime classid strips param tags in Explorer
Reported by: | kojema | Owned by: | kojema |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | attributes | Version: | 1.7rc2 |
Keywords: | object param | Cc: | |
Blocked by: | Blocking: |
Description
When using .html() to retrieve html containing an object which contains param tags, the latter will be stripped in IE7/8, returning an empty object element. It occurs when the object classid is set for Quicktime object (classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B").
Change History (5)
comment:1 Changed 12 years ago by
Owner: | set to kojema |
---|---|
Priority: | → undecided |
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
comment:3 Changed 11 years ago by
http://jsfiddle.net/L9rra/1/ Here is a test case that proves this issue
comment:4 Changed 11 years ago by
Milestone: | 1.4.2 |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
comment:5 Changed 11 years ago by
Keywords: | html() quicktime IE classid removed |
---|---|
Priority: | undecided → low |
Resolution: | → patchwelcome |
Status: | reopened → closed |
Version: | 1.4.1 → 1.7rc2 |
Verified on IE8 with the -git build. However, jQuery isn't stripping the params, it seems that IE8 is:
http://jsfiddle.net/L9rra/11/
I'm closing this patchwelcome, but if you do have a patch please run it by us, because we are unlikely to want any solution that requires more than a few lines of code. This is an edge case.
Can you please supply us with a valid test case that reproduces this issue?. Ideally if you could place this on jsFiddle that would assist too.