JDK-8041383 : Restore Java-Security Dialog truncated
  • Type: Bug
  • Component: install
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2014-04-15
  • Updated: 2015-06-03
  • Resolved: 2014-10-22
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 8 JDK 9
8u40 b12Fixed 9Fixed
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode, sharing)


ADDITIONAL OS VERSION INFORMATION :
Win7 x64 (German)

EXTRA RELEVANT SYSTEM CONFIGURATION :
This is update TO 8u5

A DESCRIPTION OF THE PROBLEM :
When installing the latest JRE (via jre-8u5-windows-i586-iftw.exe) the installer alerted me about changed security settings and asks if the should be restored. This is fine, however the dialog looks broken, the checkbox label "Java-Sicherheitsprompt-wie....." looks truncated and the "Weitere Informationen" seems unecesarily truncated. 

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Install JRE (update) and change security settings before

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Pretty Dialog which asks to reset settings
ACTUAL -
Not so pretty dialog: Screenshot here:

https://www.dropbox.com/s/c687s8eff5ruukr/Screenshot%202014-04-16%2000.01.33.png

REPRODUCIBILITY :
This bug can be reproduced always.


Comments
Verified with 8u40 b13PIT respin
28-10-2014

Fix in progress
12-10-2014

I submited review https://java.se.oracle.com/code/cru/CR-JDK9CLIENT-359 for it already. While alex said that "More information" label is wrapped and should be fixed. I saw almost it is wrapped for all languages. I am fixing english version, but the width of this label is really sensitive, 68 will make it wrap and 71 make it center. Wish these will help.
08-07-2014

Fix involves updating install/make/installer/bundles/windows/ishield/wrapper/common/common_de.rc: from CHECKBOX "Java-Sicherheits-Prompts wiederherstellen", IDC_RESTORE_SECURITY_CHECKBOX, 16, 140, 125, 16, BS_AUTOCHECKBOX to CHECKBOX "Java-Sicherheits-Prompts wiederherstellen", IDC_RESTORE_SECURITY_CHECKBOX, 16, 140, 225, 16, BS_AUTOCHECKBOX
07-07-2014

I can not reach this dialog. What is "change security settings before" about? How to re-produce this bug?
16-06-2014

This is installer code. Easy fix: just increase the size of the control to full width of the dialog container.
29-04-2014

the dialog is from jre installer I believe. assign to install for evaluation.
29-04-2014