Opened 14 years ago
Closed 14 years ago
#7035 closed Bug (fixed)
Inserting element when all contents of list is selected removes the list
Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description
Use the following:
<ul> <li> [a]</li> </ul>
Insert a smiley. The list is removed.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 7035.patch added |
---|
comment:4 Changed 14 years ago by
Status: | assigned → review |
---|
comment:5 Changed 14 years ago by
After the patch, TC from #6432 now result in inserted table lies inside the first empty list item.
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6369].
Regression of [6334]. We need to figure out what difference to we have between the two selections, and if not reverting back to the original behaviour and finding another way to fix #6432.