Closed
Bug 1272624
Opened 9 years ago
Closed 9 years ago
While initializing a java applet with java version Java8u91 we are getting an exception
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ankur.sharma, Unassigned, NeedInfo)
Details
(Keywords: testcase-wanted)
Attachments
(1 file)
|
13.53 KB,
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36
Steps to reproduce:
Being a programmer executed following steps
1)Installed java version Java8u91 on windows 7 machine
2)Write a java applet and tried to initialize an java applet from java code.
3)Invoke the applet on firefox version 46.
4)Attach logs from java console with exception
Actual results:
The applet initialization failed and java exception is thrown.The issue is recurring everytime on firefox version 46.It is not recurring with same code base on firefox version 41 and on internet explorer version 11.
Expected results:
The java applet should have been initialized and desired function from the applet would have achieved.
The same piece of java code is working fine with firefox version 41 and internet explorer version 11
You bug report doesn't provide enough details.
1) Attach docs in user-friendly format like jpeg/png/pdf/txt, not docx.
2) Provide a testcase (like HTML page serving your Java applet)
Remember Mozilla is not going to spend some time to fix bugs related to Java plugin due to the removal of NPAPI.
Flags: needinfo?(ankur.sharma)
Keywords: testcase-wanted
Comment 2•9 years ago
|
||
Even with a testcase, we don't have engineering resources to investigate Java bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•