﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14541	Normalization does not normalize colors	Tomasz Jakut		"== Steps to reproduce ==

1. Open https://jsfiddle.net/Comandeer/42ja7gs3/
2. Select some part of red text, e.g. `r{em}ove`.
3. Click the empty button in the toolbar.

== Expected result ==

The formatting (red color) is removed from the selected text.

== Actual result ==

The formatting is not removed.

== Other details (browser, OS, CKEditor version, installed plugins) ==

Function that is used to check if the style matches the selection ([https://github.com/ckeditor/ckeditor-dev/blob/12f0de314fd6fbee0bc4d35d541123d283fdecc9/core/style.js#L1797-L1808 `compareCssText`]) normalizes CSS on the target element, however our  normalization method normalizes colors only when [https://github.com/ckeditor/ckeditor-dev/blob/12f0de314fd6fbee0bc4d35d541123d283fdecc9/core/tools.js#L995-L1000 native normalization is used]. It should always normalize them."	Bug	closed	Normal		General	4.5.0	fixed		
