Opened 15 years ago
Closed 15 years ago
#4674 closed Bug (fixed)
Undo not working for Smileys, Page break and Anchor after HTML source mode.
Reported by: | Joe Kavanagh | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Core : Undo & Redo | Version: | 3.0.1 |
Keywords: | IBM Confirmed | Cc: | dchojna@… |
Description
- Enter a Smiely, page break or anchor.
- Click Source to enter HTML mode.
- Click Source again to enter Rich Text mode.
- Click Undo and observe the simley, page break or anchor is not removed.
Change History (3)
comment:1 Changed 15 years ago by
Keywords: | Discussion added |
---|---|
Milestone: | CKEditor 3.1 |
comment:2 Changed 15 years ago by
Keywords: | Confirmed added; Discussion removed |
---|---|
Milestone: | → CKEditor 3.2 |
Owner: | set to Garry Yao |
Status: | new → assigned |
This issue is now fixed by #4622.
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Caused by the unordered attributes retrieved from innerHTML, which confuse the duplication examination, considering that any sort of fixes will introduce performance degrade at this moment, we'll have it under investigation.