Shift-Enter in tinyMCE (wp 3.3.1) not working

With wordpress version 3.3.1, shift-enter to insert linebreaks in pages and posts is not working anymore. Has anybody observed this as well? Is there a fix for that?

Thanks!

Topic line-breaks tinymce Wordpress

Category Web


I had that same problem and for me, the following CSS worked:

br {
    margin: 0;
}

Now just hit enter is working when you edit it in the post.


It's working for me -- have you checked your source code on the published post to see if <br> tags are being inserted?

If so, you may want to check your CSS to make sure nothing is over-riding the
tags.

One of the biggest culprits can be float: left being applied to the line breaks.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.