Opened 17 years ago
Closed 17 years ago
#1235 closed Bug (fixed)
Bogux BR is excessively removed when joining paragraphs
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | UI : Enter Key | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Firefox | Cc: |
Description
Steps to Reproduce
- Load sample01.html;
- Enable "Show Blocks" to make things easier to see;
- At the end of the paragraph, hit Shift+Enter;
- Now hit Enter for a new paragraph;
- Hit backspace.
The second paragraph will be correctly removed, but the cursor will be blinking in the wrong place. The line space in the first paragraph will be removed too.
The problem is that the ending paragraph doesn't have the bogus BR anymore, so it doesn't get expanded.
Fixed with [817].
Click here for more info about our SVN system.