JDK-7149888 : some operations in applet cause the frame to be freezed on Chrome
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2012-02-29
  • Updated: 2013-04-02
  • Resolved: 2012-06-05
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
Relates :  
Description
J2SE Version (please include all output from java -version flag):
  7u4 b11/b12/b13

Does this problem occur on J2SE 1.5 or 6ux?  Yes / No (pick one)
  No, works fine with JDK 6 and before b07

Operating System Configuration Information (be specific):

OS : Windows XP 64 bit
App: TP 8.0 SP3 / TP 8.1
Jre: 7u4 build 11 and 12
Browser : Chrome 17.0.963.46 beta-m

Bug Description:

a sepearte issue from bug#7148295 - 7u4 wont load applet on Chrome.

After fix the hanging problem on bug#7148295, you be able to login but 
not the "serach" link issue which is a separate issue and need to be fixed.

The customer frame becomes undefined after visit any of 
those three search links, 
but not the "list" links. Looks like there 
are some operation in applet cause 
the frame to be freed for Chrome.

The problem is Chrome specific, and seems to be related on reference 
counting on
JavaScript object. What is interesting is that this is 
only a problem on Chrome, 
and only for those search links. 

The same test case and an EPF in bug#7133019 can authenticate 
to their portal 
running
 Truepass and reproduce the issue.

check Comments field for steps to reproduce.

Comments
PUBLIC COMMENTS Couldn't reproduce the problem with chrome 19. Note that chrome prompts user before running an applet and make sure give permission to run the applets.
05-06-2012

EVALUATION The search link failure is also reproduced, but this is likely a javascript problem, could be a bug in Chrome as the frame doesn't seems to exist, Try to turn on Chrome developer tools, and javascript console will show an error for Chrome which works on Firefox, EventListener.js:62, top.entrustTruePassGuiFrame is actually undefined in Chrome.
29-02-2012