Mozilla

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/5/2006 4:58:10 PM
Gravatar
Total Posts 14

Mozilla

I am working with the latest 1038 relase and when compiling and configuring to run on my WinXP box for developing proof of concept, etc...  Mozilla Firefox appears to only run in a text type mode and is not affected at all by changing skins.  However, IE is.  Any ideas on what may be happening here?  The only thing we can think of is that there is an IESpecific css file created and not one for Mozilla.

Thanks!
6/5/2006 5:06:20 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hi Scott,

Are you talking about the editor? Is it downgrading to a TextArea instead of the WYSIWYG?

It might be something in the browser detection for FCKeditor, I've had to tweak that code before. Perhaps the user agent string for the new Mozilla is not getting detected properly.

In my Firefox, if I go to Help >About I have this for my version:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4

What do you have?

Joe
6/5/2006 5:08:51 PM
Gravatar
Total Posts 14

Re: Mozilla

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
6/5/2006 5:10:04 PM
Gravatar
Total Posts 14

Re: Mozilla

Sorry... Yes, it is downgrading to a textarea.  We are also using the same version.

Thanks for your help!
6/5/2006 5:11:09 PM
Gravatar
Total Posts 18439

Re: Mozilla

Oh wait I think I know what it is. The latest version of mojoPortal has an upgrade of FCKeditor and you still have old files in your cache. That happened to me right after the upgrade for FCK. In Firefox go to Tools > Options... and click clear cache now.

I think that will fix it.

Cheers,

Joe
6/5/2006 5:13:40 PM
Gravatar
Total Posts 18439

Re: Mozilla

If that works, I want to point out a cool new feature in FCKeditor, the Maximize button, last on the right in the bottom FCK toolbar, click it and the editor takes up the whole screen, click it again to toggle back.

Pretty cool,

Joe
6/5/2006 5:15:32 PM
Gravatar
Total Posts 14

Re: Mozilla

I am not seeing a change.  What version of FCKeditor should I have.
6/5/2006 5:18:08 PM
Gravatar
Total Posts 18439

Re: Mozilla

I think it still did not clear your cache, try closing all tabs but one and then go to google or some other site and then go to the Firefox Tools Menu and choose Options... and then click clear cache now. Then go back to your page and refresh. Does that fix it?
6/5/2006 5:18:46 PM
Gravatar
Total Posts 18439

Re: Mozilla

ps, refresh after you open the editor
6/5/2006 5:21:15 PM
Gravatar
Total Posts 14

Re: Mozilla

no change
6/5/2006 5:25:00 PM
Gravatar
Total Posts 18439

Re: Mozilla

What is the structure of your local url?

Mine is http://localhost/mojo/
You must sign in to post in the forums. This thread is closed to new posts.