id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 9167,Switching to source and back creates invalid html,Larry Hinderks,,"1. On the demo page for CKEditor 3.6.4, clear the screen. 2. Type the two lines. Hit CR after typing the first line. This is line 1.[[BR]] This is line 2. 3. Switch to source mode and you will see the following. {{{

This is line 1.

This is line 2.

}}} 4. While in source mode add a
between the two p's as shown below. {{{

This is line 1.


This is line 2.

}}} 5. Switch out of source mode and then back to source mode and you will see the following invalid html. {{{

This is line 1.

 


This is line 2.

 

}}} 6. Notice that there is a p block within another p block. Also notice how the original html is modified by the insertion of p blocks with  's. This is very problematic since we have many documents that exist with embedded br's and every time we save the files and reload them, they become more and more corrupt. This worked properly in 3.6.2. No testing was done on 3.6.3.",Bug,closed,Normal,CKEditor 3.6.6,General,3.6.4,fixed,Oracle,