Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by addyosmani
- Owner set to kojema
- Priority set to undecided
- Status changed from new to pending
comment:2 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Automatically closed due to 14 days of inactivity.
comment:3 Changed 19 months ago by nsulayman
http://jsfiddle.net/L9rra/1/ Here is a test case that proves this issue
comment:4 Changed 19 months ago by dmethvin
- Status changed from closed to reopened
- Resolution invalid deleted
- Milestone 1.4.2 deleted
comment:5 Changed 19 months ago by dmethvin
- Keywords param added; html(), quicktime, IE, classid, param, removed
- Priority changed from undecided to low
- Status changed from reopened to closed
- Resolution set to patchwelcome
- Version changed from 1.4.1 to 1.7rc2
Verified on IE8 with the -git build. However, jQuery isn't stripping the params, it seems that IE8 is:
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.