Opened 12 years ago
Last modified 12 years ago
#9970 closed Bug
BR mode inconsistency between versions — at Initial Version
Reported by: | tema | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.3 |
Keywords: | Cc: |
Description
http://nightly.ckeditor.com/13-01-20-08-51/standard/samples/plugins/enterkey/enterkey.html
Select BR mode.
Situation:
- Clear all text
- Write a line of text
- Select this line
- Click bold (first line becomes bold)
- Press enter to make a new line
- Click bold again to disable it
In 3.6.2 everything works fine, first line is still bold, new text on the new line is not bold.
However in every version after 3.6.2, including 4.0, after last step bold for the first line is removed.
It seems that the 3.6.2 behavior looks more adequate.