Ticket #2 (closed Task: duplicate)
FF: Implement the Undo system used in IE
| Reported by: | FredCK | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Undo/Redo | Version: | |
| Keywords: | Cc: |
Description
The undo system present on browsers through execCommand is quite limited, as it doesn't take care of DOM modification (done by many features in the editor).
For IE, we have implemented a custom undo system which takes snapshots of the document area innerHTML.
The porting to Firefox is just a matter of testing and doing the necessary adjustments.
Change History
Note: See
TracTickets for help on using
tickets.