Opened 15 years ago

Closed 15 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

  1. Open the replace by class example page;
  2. Click on 'New Page' command to create a fresh document;
  3. Press 'Enter Key' to create a new paragraph, then start typing.
    • Actual Result: The first paragraph is disappeared.

Change History (3)

comment:1 Changed 15 years ago by Garry Yao

Status: newassigned

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.

comment:2 Changed 15 years ago by Garry Yao

The Mida bogus br is in form of:

<br _moz_editor_bogus_node="TRUE" _moz_dirty=""/>

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Confirmed. It has been fixed with [3816]. The changelog entry for this ticket has been added with [3849].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy