Bug Tracker

Modify

Ticket #12220 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

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

comment:1 Changed 10 months ago by anonymous

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

comment:2 Changed 10 months ago by rwaldron

  • Status changed from new to closed
  • Resolution set to invalid

Closing per OP request

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.