Firefox 3 and fckeditor

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.
7/10/2008 11:22:48 PM
Gravatar
Total Posts 36
Anchorage, Alaska

Firefox 3 and fckeditor

The content that belongs here is too complex to display securely.
7/11/2008 6:07:14 AM
Gravatar
Total Posts 18409

Re: Firefox 3 and fckeditor

Hi Mike,

The newest version of FCKeditor has some fixes for some Firefox 3 issues. I've already upgraded to this version in svn trunk so it will be in the next release.

Hopefully this includes the fix for the paste as word issue.It does say something about fixing some bug in the cleanup logic which I think means the html cleaning they do for things pasted in.

I'm not a big fan of pasting from Word. Word makes notoriously nasty markup and I don't have enough confidence in any cleanup process. I know you are doing it for color coded code samples, but my concern would be whether the resulting page would pass the w3c validator after pasting content from Word.

Best,

Joe

7/11/2008 1:17:35 PM
Gravatar
Total Posts 36
Anchorage, Alaska

Re: Firefox 3 and fckeditor

Since I am running currently on localhost, I am not able to directly test the w3c validator.  I am currently waiting on my shared hosting company to get everything in place so I can put MojoPortal on my shared host.

If I just take a plain aspx page on my current shared host and copy the Source from from fckeditor into the aspx page.  Then, run w3c validator, will this confirm if I am getting valid pages via the Word Paste?

7/11/2008 1:22:38 PM
Gravatar
Total Posts 18409

Re: Firefox 3 and fckeditor

You can test your local pages in the validator easily.  Just right click anywhere on the page using the browser and choose "View Source", then Control a to select, Control c to copy and Control v to paste it into the validator using direct input.

7/11/2008 10:12:10 PM
Gravatar
Total Posts 36
Anchorage, Alaska

Re: Firefox 3 and fckeditor

I used the validator on my pages that I used Word Paste.  The four pages I tried all came back with Valid XHTML 1.0 Transitional.  Some pages also had images.  For these, I pasted from Word, inserted the images, and then pasted from Word.  I am happy that Word Paste is doing a good job.  It sure makes it easy for me to maintain my color coding of the code samples.

7/12/2008 6:28:47 AM
Gravatar
Total Posts 18409

Re: Firefox 3 and fckeditor

Glad to hear its validating! Maybe Word 2007 produces better markup than previous versions or maybe the FCKeditor cleanup is just really good now. I may have to try it myslef for code examples.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.