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 5:25:00 PM
Gravatar
Total Posts 18439

Re: Mozilla

What is the structure of your local url?

Mine is http://localhost/mojo/
6/5/2006 5:26:08 PM
Gravatar
Total Posts 14

Re: Mozilla

Same here...
6/5/2006 5:34:22 PM
Gravatar
Total Posts 18439

Re: Mozilla

I still think it must be the browser cache. You are using svn r1038 from branches/2.1 right? I have the same version on 2 machines and it works. Try going to google, clear the cache close the browser, go back to google, clear the cache again, then refresh. I know it sounds strange but I've seen stubborn browser cahces before and Firefox just made an upgrade. Alternatively, if you have another machine on the same network try use that machine with Firefox and http://yourlocalipaddress/mojo and see if the problem occurs on other machines.
6/5/2006 5:45:15 PM
Gravatar
Total Posts 18439

Re: Mozilla

I've got to crash but if the problem persists let me know and I'll dig further later and see if I can reproduce it.

Cheers,

Joe
6/5/2006 5:45:55 PM
Gravatar
Total Posts 14

Re: Mozilla

Still having the same error...

Thanks for your help and have a good night!
6/6/2006 1:38:14 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hi Scott,

I've tried on yet another machine here and still unable to replicate the problem.

By any chance  are you using a proxy server for your internet connection? If so do you have it set to bypass the proxy for localhost in the Firefox connection settings?

Joe
6/6/2006 4:35:01 PM
Gravatar
Total Posts 148

Re: Mozilla

Are you using a Firefox extension that allows you to change the User Agent header?  If so, make sure it is set back to the default.  If you aren't sure what User Agent header, you are sending, visit a user agent info page.

--Dean
6/8/2006 3:23:58 PM
Gravatar
Total Posts 18439

Re: Mozilla

I almost can't believe it but I was able to reproduce this problem tonight, not in branches/2.1 but in trunk.
I went to change the textarea in the Contact Form to use the FCKeditor because I had forgot to do this in trunk when I made this change in 2.1 quite a while back.
I opened the page first  then coded it up to use the editor and it doesn't render the toolbar. I stepped through the code and it is rendering the iframe but the toolbar won't display for some reason. It works fine in IE and the editor also works in the forums and other modules. But on the page where I opened it first as a text area then changed it to the editor its like its cached something that is blocking the toolbar. I've tried clearing the cache and all the private data but it just seems stuck.

I step through the fckeditor server side code and it does exactly what it should as far as I can tell.

I'm hacking around with it now trying to see if anything I do resolves it.

Totally weird but I think it is the same problem and may be a firefox bug of some kind from the latest update.
6/8/2006 3:33:41 PM
Gravatar
Total Posts 148

Re: Mozilla

Any errors in Firefox's javascript console?  If not, then the issue might be an old browsercaps.

--Dean
6/8/2006 3:44:25 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hey Dean,

Yes the javascript console is showing a whole bunch of errors as shown below. Whats even weirder is it works in the other modules, I'm just getting the behaviour in the contact form. The javascript console shows the same errors on the pages where the editor is working.

6/8/2006 3:46:55 PM
Gravatar
Total Posts 18439

Re: Mozilla

I don't think browser caps is involved at all because the code for browser detection was changed by me to this a long time ago to solve a mono bug

System.Web.HttpBrowserCapabilities oBrowser = Page.Request.Browser ;

            // added 7/30/2005 Joe Audette
            return oBrowser.JavaScript;

and stepping through it returns true
You must sign in to post in the forums. This thread is closed to new posts.