Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font color configuration to Hex format is working improperly #17901

Open
darshan-1507 opened this issue Feb 10, 2025 · 0 comments
Open

Font color configuration to Hex format is working improperly #17901

darshan-1507 opened this issue Feb 10, 2025 · 0 comments
Labels
type:bug This issue reports a buggy (incorrect) behavior.

Comments

@darshan-1507
Copy link

darshan-1507 commented Feb 10, 2025

Reproduction Steps

  1. … Configure Inline Editor to get all colors into HEX format
  2. … ```
    fontColor: {
    colorPicker: {
    format: 'hex'
    }
    }
3. … Select default color Ckeditor provides to select from default colors 
4. ... Select color from color picker

### ✔️ Expected result

-  It should be providing hex format in both case.

### ❌ Actual result

- It is giving HSL format for default case and giving HEX for selecting it from color picker.
- Change Event Data

Font Color
Font Color from picker

```

📃 Other details

  • Browser: Chrome
  • OS: Windows 11
@darshan-1507 darshan-1507 added the type:bug This issue reports a buggy (incorrect) behavior. label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

1 participant