Opened 11 years ago
Closed 11 years ago
#11071 closed defect (fixed)
NewPage should call beginEditing() and endEditing() on editor when clearing content
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
NewPage? should call beginEditing() and endEditing() on editor when clearing content. This ensures that when using customUndo, that the clear can be undone.
Note: See
TracTickets for help on using
tickets.
(In [22021]) Adding begin/end editing calls so customUndo works nicer. fixes #11071