#1093 closed Bug (fixed)
Pressing enter inside inline tags does not create correct paragraphs
Reported by: | Jon Håvard Gundersen | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Scenario:
- Go to nightly build version of FCKeditor
- Place cursor inside the strong text
- Press enter
- Press enter again - no new paragraphs is made
Maybe the fix for #1081 is source of this error?
Testing with IE7
Change History (4)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [725].
Click here for more info about our SVN system.
comment:4 Changed 17 years ago by
[725] introduced some issues with the enter key system (see #205). I have made a small change on it to handle <br> tags expansion too.
As I was a bit worried about all successive changes in fckdomrange_ie.js, I've reviewed all commits on it, so you may also find some minors changes in that changeset.
Confirmed with IE7. Ok with FF.