JDK-7167242 : [macosx]Cramped text in Permission to run dialog
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-05-08
  • Updated: 2012-10-01
  • Resolved: 2012-09-12
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
7u40Resolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
1.7.0_06-ea-b08

ADDITIONAL OS VERSION INFORMATION :
Mac OS 10.7.3

A DESCRIPTION OF THE PROBLEM :
A dialog appears when a JWS application is launched requesting all permissions, and signed with a CA certificate.  The jar also has a matching copy of the jnlp in it named "/JNLP-INF/application.jnlp".
 
The check box "Always trust content from this publisher" does not have enough space above it.  The text above encroaches.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. put a security tag like below in a jnlp:
  <security>
      <all-permissions/>
  </security>

2. put a copy of the jnlp into the jar, before signing.
3. sign jar wt a CA code signing certificate.
4. run the jnlp.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
more space

REPRODUCIBILITY :
This bug can be reproduced always.