JDK-8117843 : CustomColorDialog Save button not always saves the color
Type:Bug
Component:javafx
Sub-Component:controls
Affected Version:8
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2013-03-19
Updated:2015-06-17
Resolved:2013-03-21
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.
Open Custom Color Dialog
Switch to RGB tab,
Enter 255, 0, 0 for red, green and blue respectively
Press Save
RESULT: No new color is saved in the palette custom colors row.
Comments
Verified with: b114
05-11-2013
Cannot verify because of RT-32653
02-09-2013
changeset: efea9d5c5826
user: Alexander Kouznetsov
date: Wed Mar 20 18:30:22 2013 -0700
summary: Fix for RT-29051 CustomColorDialog Save button not always saves the color
21-03-2013
The reason is change events are not generated when the property value is reset with the same value.