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

CSS windowtext color is not correctly recognized by CKEDITOR.tools.style.parse functions #2923

Open
jacekbogdanski opened this issue Mar 4, 2019 · 2 comments
Labels
status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@jacekbogdanski
Copy link
Member

Type of report

Bug

Provide detailed reproduction steps (if any)

CKEDITOR.tools.parse.style functions based on private _findColor function are bugged thus windowtext is not listed as a valid color.

  1. Open CKEditor sample.
  2. Open console.
  3. Copy&pase into console:
CKEDITOR.tools.style.parse.background( 'windowtext' );

Expected result

{ color: 'windowtext' }

Actual result

{ unprocessed: 'windowtext' }

Other details

  • CKEditor version: 4.11.3
@f1ames
Copy link
Contributor

f1ames commented Mar 5, 2019

Probably it also concerns other system colors as well.

@jacekbogdanski
Copy link
Member Author

The issue should be fixed by #3112 improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants