Opened 15 years ago
Closed 15 years ago
#7470 closed Bug (fixed)
Code with missing start tag is not being parsed correctly
| Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.3 |
| Component: | Core : Parser | Version: | 3.5.3 |
| Keywords: | Cc: |
Description
- Enter the following code into source:
<img alt="" src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" /></p>
- Switch the WYSIWYG.
Contents disappear.
Attachments (1)
Change History (4)
Changed 15 years ago by
| Attachment: | 7470.patch added |
|---|
comment:1 Changed 15 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | new → review |
comment:2 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6629].

Regression of [6561], TCs updated with [6623].
This bug only happens when fix body is triggered, new patch make it easier to manage return points after fixing body.