Login Register

ie7 ie6 ie

Tree with no label at root fails in IE on multiple select

If you have a dijit.Tree with an unlabelled root node, and then select (click-drag-release) multiple nodes, then you get a "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus" error - but only in Internet Explorer. Here's an example (from the dojo book, with the minor difference that I removed the root label)

@import "http://o.aolcdn.com/dojo/1.1.0/dijit/themes/tundra/tundra.css";

IE fails to load pages from the Dojo book, and problem with multiple selection of tree nodes

It may be just me, but when I try to view the Tree examples in Internet Explorer (6 and 7), it fails to load the pages, reporting "Operation aborted". It doesn't even offer to kick into the debugger. I can view the parent page (http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/advanced-editing-...) just fine, but none of the tree samples. If it is just me, any idea what I might be doing wrong?

Incorrect values of checkboxes when dnd-ing rows with IE

Hello, i am new to Dojo and i've got a problem with Drag&Drop in Internet Explorer.

My problem doesn't appear in Firefox, just with IE.

I want to reorder rows in a table, and these rows contain checkboxes.
The problem is that when I drag&drop the rows, values of the dragged checkbox is reset to False,whatever is the real value of the checkbox. (as i can see in the console)
If i just check or uncheck the box without dragging it, there is no problem.

I'm not sure it's clear, i join a part of my code :


script language="javascript" type="text/javascript"

aSynch problems during initial parsing in IE?

I hope I've posted this in the correct forum. After looking at other posts it seems like it would get moved here even if I posted in the dijit forums initially.

I have a significant amount of experience with Dojo and am currently developing a set of widgets that will allow users to configure shipping options for eBay listings with a third party listing application. I will see if I can post a link to the application if needed, but for right now it easier to just describe the problem.

Programmatically creating dijit.Editor under IE fails if document.domain is set?

IE, both 6 and 7, seems to be fine with other JS stuff, but if I set document.domain to the proper domain name (to allow JS file usage from other hosts in the same domain), Dojo stuff starts silently failing. Editor for example results nothing but an un-clickable DIV, DateTextBox simply does nothing, etc.

Does anyone know what's going on here? The same stuff works fine under FF.

P.S. Oh, how I hate IE...

Syndicate content