Login Register

IE

The example file "test_event2d.html" does not work well on IE

The file really work slower on IE than it work on FF. And some errors comes out.

Font varies between buttons in IE

I made a small test program illustrating a Button, a ToggleButton, a ComboButton and a DropDown button inside a ToolBar. They are all displayed in FireFox using a serif font. In IE6 or IE7, the ComboButton and DropDown button are shown in a serif font, but the Button and ToggleButton in a sans serif font.

I assume this is a small error somewhere in a style sheet.

See for yourself:

button

ContenPane Href dont't work with IE6, IE7!

Hi to all,
Hi have this code:
-----------------------------
<div style="position: relative; width: 100%; height: 100%; border: 0px #ccc solid;">
   <div dojoType="dijit.layout.BorderContainer" gutters="false"  id="borderContainer">
     <div dojoType="dijit.layout.ContentPane"  splitter="false" region="top" style="height:56px" id="topbar" href="topbar.htm"></div>

Problem with IE and addOnLoad()?

I have encountered an issue with IE. Firefox is fine. I execute a number of steps from within a function called by addOnLoad(). These steps build much of the DOM (95%) and set CSS classes on many of the elements created. What I find with IE is that the CSS styles are not applied to the DOM objects created from within the function. I know that the CSS file is being loaded because styles are applied to existing elements on the page. I've included a stripped down version of the JSP that has the same problem with hte only class applied. Would appreciate any help. Thanks.

IE returning an error from xhr post when content returned contains a form tag

I am trying to do an xhrPost to a processing page that will return html and be handled as text when it is returned. In FF this works correctly and in safari on a Mac. However IE 6 and 7 both return the error handler as soon as I include a form tag in the html that is being returned.


function callFinalist() {
addressInfo = dojo.xhrPost ({
// Location of the HTML content we want to grab
url: '/plain_content/ietest.cfm',
form: dojo.byId("form_id"),
handleAs: "text",

timeout: 10000,

dojo and deployJava.js IE problems

Hi,
When I use deployJava.js (http://java.com/js/deployJava.js),http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html with dojo, doesnt" doesn't work on IE. I get a java.lang.NoSuch..Exception dojoType . To repoduce it, includes in any dojo example:

 

var attributes = {codebase:'http://java.sun.com/products/plugin/1.5.0/demos/jfc/Java2D',
code:'java2d.Java2DemoApplet.class',
archive:'Java2Demo.jar',

Button doesn't display an icon in IE but it does in FF3. Why ?

I have this line in my code:

<div id ="b" value="borrar" dojoType="dijit.form.ToggleButton" iconClass="dijitEditorIcon dijitCheckBoxIcon"> borrar </div>

It works in FF3 when i click on the button but it doesnt work on IE6. Does anybody knows why ?

I'm using release 1.1.1

Thanks

How to get cross browser window.innerHeight value?

Is there a way to get the inner height of a browser window?
Firefox use window.innerHeight but IE doesn't.

Abusing dojo.io.iframe for fun and profit

Hello,

I have the following problem: I'm trying to automate submission of forms via a hidden iframe, so I thought the dojo.io.iframe.* set of functions is just right for me. But I run into practical problems when trying to do this. In fact, my implementation works just fine in Safari and Firefox, but fails silently in IE7... I have been able to narrow this down to the following test case:

IE6 Error Importing Stylesheets

I'm in the process of learning Dojo (I'm using v1.1.1) and ran across a serious problem I can't figure out. Could be me doing something stupid, I suppose, but here's the deal. I've created a test web page to try out various things. The head section starts with the following code:

<style rel="stylesheet" type="text/css">
    @import "dojo-release-1.1.1/dojo/resources/dojo.css";
    @import "dojo-release-1.1.1/dijit/themes/tundra/tundra.css";
    @import "styles.css";
</style>
Syndicate content