Ticket #2695 (closed Task: invalid)

Opened 14 months ago

Last modified 14 months ago

Don't convert newline characters into <BR /> inside <PRE>...</PRE>

Reported by: ensjo Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending WorksForMe Cc:

Description

I use FCKeditor at Seedwiki. When I type, say, a computer program inside <PRE>...</PRE> tags, all newline characters become <BR /> tags. A code like:

<pre>
FOR A = 0 TO 255
   PRINT CHR$(A);
NEXT A
</pre>

becomes a LONG SINGLE line:

<pre>FOR A = 0 TO 255<br />   PRINT CHR$(A);<br />NEXT A</pre>

(Just imagine a 100+ line program...)

For a number of reasons sometimes it's preferable to use the TextArea editor, or simply we are stuch with a browser where FCKeditor's WYSIWYG feature doesn't work. In those cases, we must face the nightmare of editing that long single line.

Hence my suggestion: don't convert newline characters into <BR /> inside <PRE>...</PRE> tags.

Change History

Changed 14 months ago by mosipov

You should consider using CodePress instead of FCKeditor.

Changed 14 months ago by ensjo

Using CodePress is not an option. Seedwiki just happens to use FCKeditor.

Changed 14 months ago by arczi

  • keywords Pending WorksForMe added

I was unable to reproduce this bug. Could you provide more information?

Changed 14 months ago by ensjo

  • status changed from new to closed
  • resolution set to invalid

Indeed, I have tried the Nightly Build and it is working fine. No <BR /> is introduced.

The problem occurs at SeedWiki.com wikis. I guess they're using an outdated version of FCKeditor.

Thanks a lot, anyway.

Note: See TracTickets for help on using tickets.