473,407 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Why can Dojo Dijit Dialog only show one dialog per pageload in firefox?

29
Hi!

I have developed a system where I use Dojos dijit dialog to show certain information. It works perfectly for all major browsers except for firefox ( where I've tested v3.6 and 4 BETA)

The first time I try to get a dijit dialog it all works as expected and all is well and I close it. The second time I try to open another dialog I get an error message and nothing happens. If I open the first dialog it is still working.

The error message reads as follows: Error: Bundle not found: common in dijit , locale=sv-se
Källkodsfil: path/dojo-release-1.4.3/dojo/dojo.js
Rad: 50

Expand|Select|Wrap|Line Numbers
  1. dojo.addOnLoad(function() { dojo.require("dijit.Dialog"); });
  2.  
  3. // showdialog is called everytime I click a link to open a dialog function showDialog(the_title,the_url,the_id) { 
  4.     var myDialog2 = dijit.byId(the_id); 
  5.     // create the dialog:
  6.     var myDialog2 = new dijit.Dialog({
  7.          title: the_title,
  8.         href: the_url,
  9.         id: the_id
  10.     });
  11.     myDialog2.show();
  12. }
  13.  
This message to me implies that something is not found. But how can that be when it wasn't missing for the first dialog and when it is working fine for all other browsers.

Anyone have any suggestions? I'm out of ideas :(

best regards
Rythmic
Dec 2 '10 #1

✓ answered by rythmic

A quick reply to my own post. The code works as expected. Solution: Reinstall firefox which had somehow gotten corrupted. No wonder there was so little info on this. :)

1 3826
rythmic
29
A quick reply to my own post. The code works as expected. Solution: Reinstall firefox which had somehow gotten corrupted. No wonder there was so little info on this. :)
Dec 9 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Alexey Yakovlev | last post by:
Hello! Does anybody know? Is it possible to add additional dialog to "Setup and deployment project" that contains a combobox. Can i create my own one, or i'am restricted only to use fixed set of...
1
by: Paul Aspinall | last post by:
Hi I have a Dialog form which appears when a user selects a specific option from a menu...... From this form, the user can delete an item, so I prompt to confirm if the user is sure... This...
2
by: B-Dog | last post by:
I've built a form for use as a dialog and I've assigned two buttons, one as cancel other as yes. On my main form I call it like below but when it opens I have to click OK twice in order for it to...
5
by: B-Dog | last post by:
I'm trying to build a custom progress bar that will run as some subs are running in the background but when I open the custom form with the progress bar on it using the showdialog, none of the subs...
2
by: psanjay | last post by:
Hi, Am unable to open javascript SaveAs dialog box in Firefox browser. Following is the script, <a href="javascript:void(0);" onclick="document.execCommand('SaveAs',false,'*.xyz');">Save this...
7
by: Masterfrier | last post by:
Hi there! in my app, i open a Dialog, in this dialog i use the FileOpenDialog, when i click on 'Ok' or 'Cancel' in my FileOpenDialog, it automatically closes the parent dialog, with a...
4
by: WP | last post by:
Disclaimer: I'm new at C# so please be gentle. :-) I'm writing a simple card game where two players play against each other through a middle hand they both connect to. In the client (the player) I...
1
by: ashutoshjoshi10 | last post by:
Hi, I am using a Dijit.form.filteringSelect to display values using the dojox.data.QueryReadStore. But, after overriding _filterResponse() to format the data in a Dojo-parsable format, whatever...
5
by: kumaran1982 | last post by:
Hi all, I have deployed dojo toolkit source in secure server like https://xyz.com, I have executed my jsp page in firefox , Its throws the error the error is : failed loading...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.