Opened 13 years ago
Closed 10 years ago
#9009 closed Bug (fixed)
Text style lost on previous line in enterMode = CKEDITOR.ENTER_BR when deselecting the style in the toolbar
Reported by: | Paul Veldema | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.3 |
Keywords: | IBM | Cc: | Teresa Monahan, Damian, Satya Minnekanti |
Description
How to reproduce:
- 1 - Go to http://nightly.ckeditor.com/
- 2 - Choose the sample "Using the "Enter" key in CKEditor"
- 3 - Choose the 'use <BR> when enter is pressed' setting.
- 4 - select 'underline' in the toolbar and type some words.
- 5 - Type enter for going to a new line
- 6 - deselect 'underline' in the toolbar
Now all underlining is removed from the previous line. The bold and other styles have the same problem.
In paragraph mode this does not happen. Same if you do not go to a new line. Therefore expected: text style on previous line is preserved after an enter in BR mode and subsequent deselect of the style in the toolbar.
Browsers tested: FF: bug found Safari: bug found Chrome: bug found IE9: Works as expected IE8: Works as expected
Change History (7)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|
Reproducible in Firefox, Webkit IE10 and Opera (IE6-9 works fine) from CKEditor 3.6.3 rev. [7392].
This TC can be applied to all format buttons as well as inline styles from Styles Dropdown.
NOTES:
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
#9933 is in fact a duplicate of this issue. Problem concerns all inline styles.
comment:5 Changed 12 years ago by
Cc: | Teresa Monahan Damian Satya Minnekanti added |
---|---|
Keywords: | IBM added |
#10435 was marked as duplicate.
Problem can be reproduced in both CKE 3.x and 4.x branches.
comment:6 Changed 10 years ago by
I can no longer reproduce this on the nightly build. Can also not reproduce on version 4.4.5.
Testen on:
Firefox 33.0.3
Chrome 39.0.2171.65
IE 11
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I haven't been able to reproduce this problem as well. It looks like it has expired on master.
Now all underlining is removed from the previous line.
Should have been
Now the added underlining is removed from the previous line.