JDK-7053002 : cte-7b145-java console can't pop up
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u31,7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux,linux_ubuntu
  • CPU: generic,x86
  • Submitted: 2011-06-09
  • Updated: 2013-09-12
  • Resolved: 2012-06-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u6Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
Testsuite name: CTE Regressions Manual

JDK/JRE tested: jdk1.7.0b145(jdk-7-ea-linux-i586.bin)

OS/architecture:rhel6-x64

Reproducible: Always

Is it a platform specific regression: N

Is it a Regression: N

 

Steps to reproduce:

1. Open browser FF3.6

2. Load the following page 

   http://jpseuwt-ap/testcases/131/4476318/testPlugin.html

   Make sure that Java Console window comes up

3. A page will be loaded into browser with some text field, radio button

   checkbox, textarea

4. Put some sample text into textfield and text area and

    check radio button and checkbox

. Click 'submit' button


Check:

Test will FAILED if -

you see the following text into java console window,

    getMember does not support self.document.form1.If you click 'cancel' button, you will also get the same message in console


Test will PASSED if -

 you see all value you specified in browser form, shows into Java console,and a small 'Javascript Application' window pops up


Actual behavior:

1.load correcterly.but the second load this link ,the java console can't pop up.then run othes cases which include link with java consol.all these cases's javaconsol can't pop up .
2. refer to other cases under comments.
3. before do these I clear all the cache.
Exception:

None


Validation

same build/oel6-uek-x64: same issue

Comments
EVALUATION It's a duplicate of 7123957. The fix for 7123957 has been pushed and it will be available in 7u6 b16.
18-06-2012

WORK AROUND The issue seems to be in GTKLookAndFeel, change to NimbusLookAndFeel seems to eliminate the problem and Java Console will show up as expected.
29-09-2011

EVALUATION When this happend, the
29-09-2011

EVALUATION In plugin, we show the console calling javax.swing.SwingUtilities.invokeLater with setVisible(). In failed cases, those event posted with invokeLater is never get executed. The reason for those requesta are not processed is because the AWT-EventQueue-0 thread is stuck, see following stack trace. For the full stacktrace, see attached jstack.1807. "AWT-EventQueue-0" prio=10 tid=0xb2047400 nid=0x738 runnable [0xb1069000] java.lang.Thread.State: RUNNABLE at com.sun.java.swing.plaf.gtk.GTKEngine.native_switch_theme(Native Method) at com.sun.java.swing.plaf.gtk.GTKEngine.themeChanged(GTKEngine.java:614) - locked <0xb693bc88> (a java.lang.Object) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel$WeakPCL$1.run(GTKLookAndFeel.java:1517) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705) at java.awt.EventQueue.access$000(EventQueue.java:101) at java.awt.EventQueue$3.run(EventQueue.java:666) at java.awt.EventQueue$3.run(EventQueue.java:664) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:675) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
29-09-2011

WORK AROUND Change
29-09-2011

WORK AROUND Change swing look and feel to Nimbu
29-09-2011