JDK-8127858 : Mac: MacMenuItemDelegate does not set graphic correctly.
Type:Bug
Component:javafx
Sub-Component:window-toolkit
Affected Version:fx2.1
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2012-01-18
Updated:2015-06-17
Resolved:2012-02-20
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.
The MacMenuDelegate responsible for setting graphic on a menu item is not setting the pixels. It simply returns false. This functionality is important for Mac System MenuBar to work properly.
Comments
Verified by running HelloMenu on Mac, the graphics / icons set on menu items were visible which did not show up prior to the fix.
23-03-2012
Fixed in p21-graphics b491
changeset: 15559:ea7f29280142
tag: tip
user: Morris Meyer <morris.meyer@oracle.com>
date: Mon Feb 20 14:26:34 2012 -0500
summary: RT-19008 - MacMenuDelegate support for menu graphics