Ticket #9009 (confirmed Bug)
Text style lost on previous line in enterMode = CKEDITOR.ENTER_BR when deselecting the style in the toolbar
| Reported by: | pauljvrw | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.6.3 |
| Keywords: | IBM | Cc: | tmonahan, damo, satya |
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
comment:2 Changed 12 months ago by j.swiderski
- Status changed from new to 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:
Note: See
TracTickets for help on using
tickets.

Now all underlining is removed from the previous line.
Should have been
Now the added underlining is removed from the previous line.