Login Register

ff3

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};

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

Syndicate content