#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)
Change History (6)
comment:1 Changed 15 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | Confirmed added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 3994.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 follow-up: 5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3950].