Completed
Last Updated: 23 Sep 2022 13:07 by ADMIN
Release R3 2022

Please run the sample project on a monitor with 150% DPI scaling and open the color editor. You will notice that the circle is not synced with the color picker.

Expected: 

Actual:

 

Completed
Last Updated: 27 Oct 2021 14:44 by ADMIN
Release R3 2021 SP1
Created by: Suresh
Comments: 0
Category: ColorDialog
Type: Bug Report
0

To reproduce:

RadColorDialog dlg = new RadColorDialog();
dlg.ColorDialogForm.OldColor = Color.Green;
dlg.SelectedColor = Color.Red;
dlg.ShowDialog();

You will see that the OldColor (Color.Green) is not displayed in the radColorDialog.

 

 

Completed
Last Updated: 03 Oct 2019 11:41 by ADMIN
Release R3 2019 SP1 (LIB 2019.3.1007)

Hello,

The CustomColorsConfigLocationNeeded event fires on dialog close but does not seem to fire on dialog open or load. So I can save a custom location for the custom colors when the dialog is closed but can't reference that location when the dialog is subsequently opened again. What am I missing?

Best regards,

Robert