Forums Editor Duplicates code snipets

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/15/2005 12:25:38 PM
Gravatar
Total Posts 38

Re: Forums Editor Duplicates code snipets

When adding code snipets to Forums the editor duplicates the text:

I added:

private void mnuAuthor_Click(object sender, System.EventArgs e)

{

frmAbout frmbout = new frmAbout();

frmbout.ShowDialog();

frmbout.Dispose();

}

It shows in the forums as being duplicated. Is it possible to allow the style choice for 'Code'?

frmbout.ShowDialog();

frmbout.Dispose();

}

It shows in the forums as being duplicated. Is it possible to allow the style choice for 'Code'?

{

frmAbout frmbout = new frmAbout();

frmbout.ShowDialog();

frmbout.Dispose();

}

It shows in the forums as being duplicated. Is it possible to allow the style choice for 'Code'?

frmbout.ShowDialog();

frmbout.Dispose();

}

It shows in the forums as being duplicated. Is it possible to allow the style choice for 'Code'?

5/16/2005 2:22:36 AM
Gravatar
Total Posts 18439

Re: Forums Editor Duplicates code snipets

I'll look into this. It may be a bug in the FCKeditor, have you tried using the paste as text feature? Copy something then use the Clipboard icon that has a T (in the editor tool bar) to paste it into the editor? Or at least the regular clipboard icon instead of just directly pasting the code. The editor handles pasted content better when you do this.
You must sign in to post in the forums. This thread is closed to new posts.