Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3994 closed Bug (fixed)

Horizontal line issue

Reported by: Artur Formella Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Styles Version:
Keywords: Confirmed Review+ Cc:

Description

Steps to reproduce:

  • Open replacebyclass

  • Put cursor at the end of the content
  • Insert Horizontal line ( JS error in FF3 )
  • Insert another Horizontal line

Result:

Chrome - new line was added at the beginning of the content

IE - new line was added at the end of the content

FF3 - no line due to JS error:

parentNode is null
http://localhost/edytor/CKEditor/trunk/_source/core/dom/node.js
Line 197

Attachments (1)

3994.patch (1.8 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Garry Yao

Component: GeneralCore : Styles
Keywords: Confirmed added
Owner: set to Garry Yao
Status: newassigned

Changed 15 years ago by Garry Yao

Attachment: 3994.patch added

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review? added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3950].

comment:5 in reply to:  4 Changed 15 years ago by pomu0325

Replying to garry.yao:

Fixed with [3950].

Ticket# typo in commit log?

Fixing #3944: Insert horizontal line at end of document cause error.
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