When populating a grid, no problem using FF.
But with IE it takes a very long time, then the message "Sorry, an error occurred"
appears.
How could I get around that?
When populating a grid, no problem using FF.
But with IE it takes a very long time, then the message "Sorry, an error occurred"
appears.
How could I get around that?
I can not get this piece of code to work (I am expecting the page to show me an alert with 1 as the value) and also do not see any errors. I have deployed this onto my local tomcat where I have successfuly tested test html. What am I missing?
Dojo Toolkit Test Page
Hi everyone,
we are successfully using dojo in social network www.freebar.com. Dojo is helping us with lot of stuffs but we are now experiencing a critical problem that is compromising the use of our site.
Consider that:
1)We have lots of user generated content
2)We are using external Ad Manager(Google ad Manager) which make external js calls (to retrieve the adv content from the specific advertiser/network)
3)We are using dojo.addonload function in different parts of the site
Hi all,
I've been looking at some example code on the dojocampus website.
Its the code that controls the funky bounching menu tabs. See here...
http://dojocampus.org/explorer/
I think they are running dojo 0.0.9.
I've looked at the code behind it and I want to learn how it works.
The code is here...
http://dojocampus.org/explorer/featureexplorer/featureexplorer.js
My question is this, I've downloaded Dojo 1.2.2 and setup a test page using the code from featureexplorer.js
Hello, I've got this nasty problem... I've this combobox:
Operatore:
We've been using the 0.4.3 version of the toolkit for a while now in our application. We have, however, received complaints that users were not able to see any content on their pages when navigating in IE7.
We've whittled down possible causes to the known issue with DOJO 0.4.3 and long User-agents.
http://trac.dojotoolkit.org/ticket/3528
As noted, this problem was marked as fixed in the 0.9.x release. As we cannot look at upgrading the version of the toolkit, is there any particular piece of code that I could change to not encounter this issue?
got a strange problem in IE7
I wanted to add icons to my buttons but with a value on the button the icon does not display on IE7 but works perfectly in FF
<button name="moo" id="moo" type="button" value="this kills the icon" iconClass="dijitEditorIcon dijitEditorIconSave" dojoType="dijit.form.Button">Save Template</button>
remove the value and it works perfectly
<button name="moo" id="moo" type="button" iconClass="dijitEditorIcon dijitEditorIconSave" dojoType="dijit.form.Button">Save Template</button>
has anyone else encountered this?
Hi,
I use dojo 1.2.0 and today I have testing dijit.Editor.
I insert into a <DIV> the widget...and I see that there are some problem i IE7.
Another question is that the output are strang...for example i don't understand because the <B> tag are replace by
<SPAN STYLE="font-weight: bold">
And the cut and copy plugin don't work...
What is the best and stable editor WYSIWYG at today?
Tnx all
I know I'm beating a dead horse but this code works in FF and Safari. But it will not refresh the grid in IE. Been reading the FAQ's and trying things but no luck. If anyone has a code example where it works in IE it would be greatly appreciated.
Thank you
dojo.connect(object, "onchange", function) does not work in IE7.
This code replicates it. The utterly bizarre thing is that if I remove the dojo.require of dijit.form.Form and dijit.form.ValidationTextBox, the dojo.connect will work. The form looks ugly, as expected, but the event handler works.
Also, only onchange is a problem -- onclick works with no problems. I tried grepping the tests to find a dojo.connect with onchange, but I can't find one.
Am I doing something wrong in the below example, or should I submit a bug?