Opened 10 years ago
Closed 9 years ago
#13430 closed defect (invalid)
The undo/redo cannot disable after invoking the endEditing function of editor
Reported by: | hengly | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
1.Run the test_Editor.html
2.Type some words into the rte body
3.Click on end edit
Expected:
The undo/redo should be disabled.
Actual:
The undo/redo still remain enable.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | test_Editor.html added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is not what the endEditing function is meant to do. It's simply used for the editor to know what to put on top of the undo stack. It does not mean that the editor is no longer editable.