Skip to main content

Bug Tracker

Side navigation

#12220 closed bug (invalid)

Opened August 08, 2012 01:01PM UTC

Closed August 08, 2012 02:02PM UTC

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 - " class="ext-link">http://localhost/example/com.example.MainApplet"

Firefox version: 14.0.1

Attachments (0)
Change History (2)

Changed August 08, 2012 01:59PM UTC by anonymous comment:1

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

Changed August 08, 2012 02:02PM UTC by rwaldron comment:2

resolution: → invalid
status: newclosed

Closing per OP request