Login Register

firefox 3

Firefox 3 xhrPost form failure

Hello all,

Edit: This is with Dojo 1.0.2

I have run into a new problem with a set of web pages I previously developed. This problem is specific to ONLY Firefox 3(FF3); IE 6, 7 and FF2 work fine. What I had been doing is posting some data to my web server when a user presses a "login" button.

Problems using Dojo with Firefox 3

Hello,

I have been experiencing problems using Dojo 1.0.2 with Firefox 3. What I am seeing is that essentially Firefox is finishing the SCRIPT tag that is loading Dojo and proceeding to the next SCRIPT tag (which contains my application that uses Dojo) before Dojo is loaded. Since Dojo itself is not loaded, my application errors out.

Here are the relevant script tags that I am using to load Dojo:

djConfig = { parseOnLoad:true, parseWidgets: false, searchIds: [], isDebug: false, debugAtAllCosts: false};

Firefox 3 fires the DomContentLoaded event prematurely

I've run into an issue with Firefox 3 firing its DomContentLoaded event before all of the inline javascript and required dojo libraries have been pulled into the context. Has anyone else here noticed a similar issue with the latest relase of Firefox 3? I can readily reproduce the problem using FF3 on WinXP (the mozilla folks have also been able to reproduce it with FF3 on Vista).

We've reported a bug to Mozilla here: https://bugzilla.mozilla.org/show_bug.cgi?id=444322

Firefox 3 and Struts 2 theme="ajax" render issues

This was originally posted to the Struts user list. I was asked to post it here as well as it appears to be a dojo issue.

I'm using Struts 2.0.11 and it seem with Firefox 3 only there are rendering issues on pages where I have . I can see the page load fully and there is a quick flash of the browser and then a blank page with FF3 stuck in a loading state.

On certain pages I have made it theme=xhtml which solves the problem but some pages in my application have a which requires the ajax theme

Problem opening page per Javascript-bookmark in Firefox 3

In our special application users can generate bookmarks like this
javascript:url="http://localhost:8080/superx/servlet/SuperXmlMaske?tid=17000&Kostentr%C3%A4ger=12080003&Kostentr%C3%A4ger-Sicht=Hauptsicht%20Kostentr%C3%A4ger&untergeordnete%20aufsummieren?=ja&Haushaltsjahr=2002&Zeitraum=monat%3E%3D1%20and%20monat%3C%3D1";%20if%20(window.oeffne)%20oeffne(url);%20else%20self.location.href=url;

it worked fine in Firefox 2 but in Firefox 3, I got an exception
reading window.document disallowed in dojo.js line 11958

I'm not sure what the problem was, but adding a try-catch seems to help

Firefox 3 support?

I notice that the Dijit themeTester doesn't work in the latest Firefox 3 beta, at least on my machine. Running the latest SVN version as of about 5 minutes ago. The first four JS errors I see are pasted in below. Is this a known issue and if so, when is full Firefox 3 support expected?

Error: not well-formed
Source File: file:///Download/dojodev/dojo/_firebug/firebug.js
Line: 1, Column: 13
Source Code:
dojo.provide("dojo._firebug.firebug");

Error: Could not load 'dojo._firebug.firebug'; last tried './_firebug/firebug.js'

Syndicate content