Opened 11 years ago
Closed 11 years ago
#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: | ||
Blocked by: | Blocking: |
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
Note: See
TracTickets for help on using
tickets.
I am the author. I noticed this isn't a jQuery error. Please close this bug.