Opened 16 years ago
Closed 16 years ago
#3870 closed Bug (fixed)
[FF]Press enter after 'New Page' command problem
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Firefox Confirmed | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Click on 'New Page' command to create a fresh document;
- Press 'Enter Key' to create a new paragraph, then start typing.
- Actual Result: The first paragraph is disappeared.
Change History (3)
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 16 years ago by
The Mida bogus br is in form of:
<br _moz_editor_bogus_node="TRUE" _moz_dirty=""/>
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

The culprit is the Mida bogus br node which been created on a fresh document and self-destroying on initial key event, so it's supposed to be fixed with #3864.