JDK-8231857 : App and Application folder icons are not aligned correctly
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2019-10-04
  • Updated: 2019-10-14
  • Resolved: 2019-10-14
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.
Other
internalFixed
Related Reports
Relates :  
Description
App and Application folder icons are not align correctly. See attached image. This issue was reproduced on macOS 10.15, but I am not sure if it is specific to 10.15. My other machine which runs macOS 10.14 does not have this issue. No specific repro steps, just create simple dmg with basic command line like:
--package-type dmg --input input --dest output --name Test --main-jar DynamicTreeDemo.jar --main-class webstartComponentArch.DynamicTreeApplication

Comments
http://cr.openjdk.java.net/~almatvee/8231857/webrev.00/ - Not sure what problem was, but after moving hidden items at same Y value as non-hidden icons issue was resolved. Also, had to adjust Y value to align icons with background image. Now it works properly when hidden files enabled or disabled in Finder.
12-10-2019

This issue is reproducible if show hidden files in Finder is disabled. If show hidden files in Finder is enabled, then icons aligned correctly.
11-10-2019