Modify ↓
Ticket #12220 (closed bug: invalid)
Wrapping an APPLET element with CODE attribute generates error in Firefox
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
As soon as I wrap with jQuery an APPLET element that contains a CODE attribute, I get an error in Firefox (in Chrome it's working fine). Example:
var appletCode = '<applet name="myApp" id="myApp" archive="/example/public/jar/example.jar" code="com.example.MainApplet"></applet>'; var jAppletCode = $(appletCode);
"NetworkError: 404 Not Found - http://localhost/example/com.example.MainApplet"
Firefox version: 14.0.1
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I am the author. I noticed this isn't a jQuery error. Please close this bug.