On Thu, 15 Sep 2022 06:07:30 GMT, Abhishek Kumar <d...@openjdk.org> wrote:
> The proposed solution for this defect is to check the color chooser enabled > state. If it is disabled then disable all the components (spinner, textfield > etc.) in panel and don't process the mouse event when user click on a color > triangle or color wheel. This pull request has now been integrated. Changeset: b920d299 Author: Abhishek Kumar <abhishek.cx.ku...@oracle.com> Committer: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b920d2999fed5ec5afe666559e14f8e1a0e90852 Stats: 118 lines in 2 files changed: 118 ins; 0 del; 0 mod 8271328: User is able to choose the color after disabling the color chooser. Reviewed-by: psadhukhan, tr ------------- PR: https://git.openjdk.org/jdk/pull/10276