FCKeditor only works in FireFox

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.
4/30/2005 8:07:19 AM
Gravatar
Total Posts 18439

FCKeditor only works in FireFox

I have seen this in the past and seems to be a recent regression in mono in the System.Web.HttpBrowserCapabilities

I have posted a bug here
http://bugzilla.ximian.com/show_bug.cgi?id=74777

You may not experience this problem if you are using release versions of mono.

I'm just poting it here to keep track of it.

5/3/2005 11:22:32 AM
Gravatar
Total Posts 5

Re: FCKeditor only works in FireFox

The HttpBrowserCapabilities.Win32 test will always return false under current Mono.  Suggest removing that test and using HttpBrowserCapabilities.JavaScript in its place, along with the two other techniques to check for IE that you have (.Browser and .MajorVersion).    See the bug for more details.
5/3/2005 3:30:34 PM
Gravatar
Total Posts 18439

Re: FCKeditor only works in FireFox

Thanks Bill! Your explanation on bugzilla makes good sense, I'll give it a try.
5/12/2005 2:34:29 PM
Gravatar
Total Posts 18439

Re: FCKeditor only works in FireFox

this is now fixed in mojoportal in the Subversion repository. The fix will be in the next release.
6/2/2005 2:53:32 PM
Gravatar
Total Posts 18439

Re: FCKeditor only works in FireFox

this is fixed as of release 20050530
You must sign in to post in the forums. This thread is closed to new posts.