Opened 11 years ago
Closed 11 years ago
#11184 closed Bug (wontfix)
Underline does not reflect text color
Reported by: | Nolege | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
Similar to ticket 1646.
If you select a portion of text and choose a color. Then use the underline tool the resulting html wraps the span with the color style with the underline. This order needs to be reversed so the underline color matches the text.
CK HTML
<em><span style="color:red">Here is color and underline</span></em>
Expected html result
<span style="color:red"><em>Here is color and underline</em></span>
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | underline style color tag order removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | 4.3 |
But what in case of HTML like this?
Or even worse:
We cannot anticipate every possible combination. CKEditor is not a fully custom word processor. It bases on HTML, so it inherited some behaviours. This one could be "fixed", but it would be huge ugly hack. Therefore we're not interested in changing this.