id summary reporter owner description type status priority milestone component version resolution keywords cc 346 blank first line in PRE tag causes newline characters to be removed David Au Martin Kou "This issue only affects Firefox (tested with 2.0.0.3). When the first line within a PRE tag is blank, the newline characters in the remaining lines will be removed after clicking on the Source button several times. 1. To reproduce this issue, paste the following into FCKeditor's Source view: {{{

  /***
   * First line (above) is blank.
   * Some more text...
   */
   public void testFunction(){
     System.out.println( ""abc"" );
   }
}}} 2. Next press the Source button to return to the normal view.[[BR]] 3. Now press the Source button '''two''' more times and you will see that the lines within the PRE tag are mangled due to the missing newline characters. This ticket may be related to ticket #328." Bug closed Normal FCKeditor 2.5 Beta General FCKeditor 2.4.1 fixed Confirmed Firefox