JDK-6669865 : JNLP-OOPP : (java.jnlp.DownloadService) Download dialog is not getting disposed by itself
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-02-29
  • Updated: 2010-04-04
  • Resolved: 2008-04-17
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 6
6u10Resolved
Related Reports
Duplicate :  
Description
In case of DownloadService the download progress dialog stays there once download of rewuested resource is complete.
Try loading the following applet
http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/JAWSServices/html/JNLPDwonloadService.html
- Invoke > JCP > General Tab > View
- jawsServicesTest.jar under "Resources" should get displayed inside the table
- Click "Clear Data". Entry of jawsServicesTest.jar should get removed from the Cache Viewer
- Now Click "Get Data" , entry jawsServicesTest.jar should again be there.
If Download progress dialog stays and only getting disposed once "Cancel" is clicked then bug is reproduced.

Comments
SUGGESTED FIX A simple setVisible(false) is not enought, we need to use and add a method: UIFactory.hideProgressDialog() which executes the setVisible() in an priviledged way, like UIFactory.showProgressDialog() . Fixed in merged patch CR 6688396.
17-04-2008

EVALUATION see fix ..
17-04-2008