Ticket #192 (closed Bug: fixed)
FCKeditor JavaScript API has Undo issues
| Reported by: | orangeds@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Undo/Redo | Version: | |
| Keywords: | SF | Cc: |
Description
Goto the latest JavaScript API sample:
http://www.fckeditor.net/nightly/fckeditor/_samples/html/sample08.html
Problems in FireFox version 1.5.0.7:
Action: Press the 'Insert HTML' button.
Problem: No new Undo registered.
Action: Press the 'Set Editor Contents' button.
Problem: No new Undo registered.
Action: Press the 'Execute "Link" Command' button. And add a link.
Problem: Two Undo's are registered. The first undo undo's the link command, the second seems to do nothing.
Problems in Internet Explorer version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519:
Action: Press the 'Insert HTML' button.
Problem: An Undo seems to be registered, but the button is still grayed out. If you try to edit something after this action, you will get two undo's.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1579532&group_id=75348&atid=543653