Login Register

ie7

IE, FisheyeLite, play and http://dojocampus.org/explorer/

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

ComboBox with dojo.data.ItemFileReadStore doesn't work on IE7

Hello, I've got this nasty problem... I've this combobox:

Operatore:

Long User Agent in IE7 - 0.4.3

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?

dijit.form.Button iconClass not working in IE7

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?

dijit.Editor output problem ...and IE7

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

 

Grid refresh works in FF but not IE???

var userGrid = dijit.byId("grid");   
    var store = new dojo.data.ItemFileWriteStore({url:"srvLinkGrid"});
    var gridModel = new dojox.grid.data.DojoData(null, store, {query:{idx: '*'}, clientSort:true});
    userGrid.setModel(gridModel);
    userGrid.refresh();

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 of a Dijit to onchange event does not work in IE7

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?

Menu items are not properly displayed in mail demo using Dojo 1.1.1

On IE 6 and with Dojo 1.1.1, the menu items of the mail demo are
displayed one above next. With IE 7, it is worse: only the first menu
item is shown. At the other hand, the demonstration
http://dojotoolkit.org/demos/email-using-1-0 with Dojo 1.0 looks right
(I mean the menu items displayed side by side).

I'm using
IE 7.0.5730.13
IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254
FF 3.0.1

Please find below the screen dumps for IE 6, IE 7 and FF 3 (They are hosted by http://www.kadrane.com):

IE6

What might cause charts to fail under IE7?

For some reason, at least on my main development machine the charts (pulled from SVN revision 14583) do not work on my machine under IE7. They appear fine under Firefox 3.

The problem is pretty obvious - it happens even when loading the chart tests (e.g. test_chart2d.html). While space appears to be reserved for the charts, they never become visible.

I'm guessing this isn't a widespread problem, since others seem to be using charts with IE7. Can anyone suggest what might be strange about my configuration which is preventing correct operation?

Regards,
Richard

Problems with IE7 dojo is undefined and more

I just migrated from dojo 0.4 to dojo 1.1.1 and setting up all my javascript functions to the new api. After that, I tested all features with Firefox 3 and was happy, that all works.
But over 90% of my users are using the Internet Explorer 7. So after a few days of work, I startet my application in IE7 and was surprised. Lots of errors occured. I looked for obsolet commas and removed them (found that tipp in the forum here). But it still does not work.

Syndicate content