Default tags "<p><br></p>" are removed, when user clicks backspace on empty summernote
See original GitHub issuesteps to reproduce
- Clear all text in summernote.
- Click backspace again when no text remaining / editing area is empty.
- Inspect HTML on chrome dev tools.
- Expecting to find
<p><br></p>
in div with class “note-editable”, but found nothing - Type any text and it’ll be inside the “note-editable” div without any html tags.
- Click Enter and it’ll create new Div rather than adding
<p></p>
browser version and os version and summernote version
Chrome browser, on MacOS v0.8.8
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:13 (3 by maintainers)
Top Results From Across the Web
tags "<p><br></p>" are removed, when user clicks backspace ...
Default tags " " are removed, when user clicks backspace on empty summernote. ... Clear all text in summernote. Click backspace again when ......
Read more >How can I prevent the backspace key from navigating back?
I'm not creating a web site but a web application. Some input fields are read-only in which case they look editable, but if...
Read more >Untitled
Click 3 tres barras, Pancreas et reflexologie, Jordan 11 72-10 replica, ... Dietzgen plumb bob, San michele camping village avigliana, Ctrl backspace ......
Read more >gye - OSCHINA - 中文开源技术交流社区
... up or down to change it's Y value enter the delete or backspace key to delete a selected data point hold the...
Read more >Untitled
Euridi mena, Werkzeugshop rainer, Banana republic australia melbourne, Sweeps4bloggers, Flight club inkster mi hours, Jusco 30th anniversary, Html div tag ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DiemenDesign This issue is still present on the latest develop.
@amrfaisal
$('#summernote').summernote({ callbacks: { onKeyup: function(e) { $('#summernote').summernote('formatPara'); } } });
somehow solve the problem