I am not sure if this is expected behavior, but I have set a min-height property for paragraphs in a custom style sheet. However when this is applied to the editor, every time a paragraph is clicked the "move" cursor appears and the whole paragraph is then selected making it difficult to enter text. This seems to only be happening in IE and not Firefox.
One of the reasons I am doing this as I don't want paragraphs creating margins, however I do want spaces between paragraphs if required.
Please see attached screenshot when applied to your demo.
One of the reasons I am doing this as I don't want paragraphs creating margins, however I do want spaces between paragraphs if required.
margin:0cm;
margin-bottom:.0001pt;
min-height: 14px;
Please see attached screenshot when applied to your demo.