ssl fckeditor error in javascript

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.
6/21/2006 4:24:35 PM
Gravatar
Total Posts 58

ssl fckeditor error in javascript

https://trendoid.net/contactus.aspx has a javascript error that I'm unsure about.

'_FileBrowserExtension' is undefined

It's inside the FCKeditor javascript.

6/21/2006 4:38:19 PM
Gravatar
Total Posts 18439

Re: ssl fckeditor error in javascript

I was able to reproduce this in IE. I've fixed it and committed to svn. After you get the update you'll have to clear your browser cache to get rid of the old javascript file.

It was a bug in configuration file settings for FCKeditor.

Joe
6/21/2006 5:45:30 PM
Gravatar
Total Posts 58

Re: ssl fckeditor error in javascript

I think the relative links fixed the viewing but when I sent the test message to myself it then broke the smiley. 

-----Original Message-----
From: ************* [mailto:*******]
Sent: Wednesday, June 21, 2006 10:32 PM
To: aking@trendoid.net
Subject: https://trendoid.net: test contact us page



* I'm just testing.
* Please Disregard.

HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
HTTP_HOST: trendoid.net
REMOTE_HOST: ***********
REMOTE_ADDR: **********
LOCAL_ADDR: **********
HTTP_REFERER: https://trendoid.net/Default.aspx?pageindex=7&pageid=22
6/22/2006 4:03:03 AM
Gravatar
Total Posts 18439

Re: ssl fckeditor error in javascript

I don't think that smileys worked before. Its because it uses relative urls for the smiley and outside of the site that doesn't work. Smileys in the blog also don't work in the outgoing rss feed for the same reason. I think probably I should just remove the smiley from the toolbar on the contact module.

btw, when you copy html content from a page or email and paste it into the editor, you should use the paste as text toolbar item to paste it in order to strip out the html. Thats why there was an error in your post. It works sometimes to paste the html but if the part you copied is missing an end tag or something you get the error because NeatHtml is validating the markup to prevent xss.

Joe
6/22/2006 4:10:40 AM
Gravatar
Total Posts 58

Re: ssl fckeditor error in javascript

Smileys are kind of annoying anyway.  My wife loves them but professionally, I can do without.  Sorry about the bad post.  I learn something new all the time.
You must sign in to post in the forums. This thread is closed to new posts.