Changes between Version 1 and Version 2 of Ticket #36460, comment 1
- Timestamp:
- 04/10/2016 04:36:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36460, comment 1
v1 v2 3 3 This is also the main reason TinyMCE has an "element path" at the bottom of the editor, so the user can click/tab to it and choose the "currently selected" element where the caret is. 4 4 5 I realize this behaviour is not ideal, but there is very little we can do to change it. Pretty much all "word processors" behave in this or very similar way. Some would even "maintain" the current formatting, meaning they will insert a <code> tag in the new paragraph created on Enter, and place the caret there. 5 I realize this behaviour is not ideal, but there is very little we can do to change it. Pretty much all "word processors" behave in this or very similar way. Some would even "maintain" the current formatting, meaning they will insert a <code> tag in the new paragraph created on Enter, and place the caret there. The only way to remove that is by using the Clear formatting button (second row). 6 6 7 7 Going to close this as worksforme, feel free to reopen if there are better examples of how the editors should behave in this case.