#13821 closed Bug (duplicate)
Background color may be lost when changing Font Size
Reported by: | Wayne Christian | Owned by: | Tomasz Jakut |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 4.4.6 |
Keywords: | fontsize | Cc: |
Description
Reproduced on full editor
Steps to reproduce
Via Content panel, create 'Text' visual Click inside the Text visual to surface the Editor
Via Editor, change Text Color to 'Blue' enter some text looks good; see blue text
Via Editor, change Font Size to 16
Continue entering text... See blue text in new (16) font size as expected
Via Editor, change Background Color to 'Yellow'
Continue entering text... See blue text with yellow backgroud in 16 font size as expected
so far, so good
Now, change Font Size to 20
Continue entering text...
Expected result
background yellow color should be retained when font size is changed
Actual result
- Unexpectedly, we only see blue text. The background color (yellow in this case) has been lost
Other details (browser, OS, CKEditor version, installed plugins)
OS=Windows, Browse=Chrome, IE11, Firefox 38.0.5
Change History (15)
comment:1 Changed 9 years ago by
Keywords: | formatting removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.7 → 4.4.6 |
comment:2 Changed 9 years ago by
Milestone: | → CKEditor 4.5.6 |
---|
comment:3 Changed 9 years ago by
Owner: | set to Tomasz Jakut |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 9 years ago by
Status: | assigned → review |
---|
Probably is better to clone span
with background to the new element - otherwise there are problems with line height. Pushed branch:t/13821.
comment:5 Changed 9 years ago by
Milestone: | CKEditor 4.5.6 → CKEditor 4.5.7 |
---|
comment:6 Changed 9 years ago by
Milestone: | CKEditor 4.5.7 → CKEditor 4.5.8 |
---|
comment:8 Changed 9 years ago by
Milestone: | CKEditor 4.5.8 → CKEditor 4.5.9 |
---|
comment:9 Changed 9 years ago by
Milestone: | CKEditor 4.5.9 → CKEditor 4.5.10 |
---|
comment:10 Changed 8 years ago by
Milestone: | CKEditor 4.5.10 → CKEditor 4.5.11 |
---|
Moving tickets to the next milestone.
comment:11 Changed 8 years ago by
Milestone: | CKEditor 4.5.11 → CKEditor 4.6.1 |
---|
comment:12 Changed 8 years ago by
Milestone: | CKEditor 4.6.1 → CKEditor 4.6.2 |
---|
Moving to 4.6.2 minor release, as 4.6.1 is mostly about polishing 4.6.0.
comment:14 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | review → closed |
comment:15 Changed 8 years ago by
Milestone: | CKEditor 4.6.2 |
---|
Dropping from milestone since it's a duplicate.
Problem can be reproduced from CKEditor 4.4.6.
HTML produced is:
instead of
In case this is unclear: