I keep having problems with disappearing line breaks.
For instance, in a empty project with the latest RadEditor in IE8:
In html mode write this:
| <p>first line</p> |
| <p>second line </p> |
In design you'll get
| first line |
| second line |
Place your cursor on the third line before the word "second" and press enter 3 times for instance.
This will result in this code in html view:
| <p>first line</p> |
| <p ><br /> |
| <br /> |
| second line </p> |
If you then switch between design and html view over and over, every time one <br /> will dissapear!
Why is this?!
