Opened 16 years ago
Closed 16 years ago
#3198 closed Bug (fixed)
Insertion with content deleted not working
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review- | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make a selection which contains some content;
- Open Smiley dialog to insert a random icon;
- Actual Result: JavaScript Error occurred.
Attachments (1)
Change History (4)
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3198.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
The patch is ok, but let's wait for #3001 to be completed because it's proposing removing all these weak points from the dialogs that got fixed here. At that point we'll be able to check if this ticket is still valid.
The patch is also fixing other plugins which has the same problem.