Login Register

Bug

mishap handling subscribe to dijit.Tree which then causes IE to hang instead of firing onclick event created with connect

I somehow stubled upon a great way to hang IE and max out the cpu of your machine. A year later, I've finally figured out how to make it go away, so I thought I would share. I'm still using a version 1 of dojo that I downloaded on 3/10/2008 and I don't have time to deal with any new issues that might arise from upgrading to the latest version, so hopefully someone can test this on the latest.

I've left a lot of it out, but basically I have an object which I create using syntax as I've written at the end of this posting.

DnD exmaple has stange but reproducable bug

I was fiddling with the DnD example in the doco:

http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-...

and got it working after a little tweeking. Then noticed a strange but regular bug with it. I goes like this:

  1. Drag an item to the 'Your Shopping Cart' target.
  2. Try and drag this item back to the 'Todays Special' target

DropDownButton not working properly in Opera (9.23)

As titled, not even the demo on the website works:
http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-s...

When clicked, the drop down menu comes up and fades away after 1 second...

Is there any workaround or is this a bug of dijit?

Thanks for your help!

Bug since 1.1 Release? Select-Dijits are collapsing arbitrarily after reload, see Screenshots...

hi guys,

I'm very desperate since I upgraded to dojo 1.1 release.
Since I did this I got an odd bug within some dijits like
DateTextBox and FilteringSelect.

I'm trying to trace it back for about 2 weeks now but I cannot
figure out why it occurs. The symptom of the dijit-bug is that
dijits are collapsing sometimes after re-initializing, so that
the dijit itself is only visible as a flat stroke (from the borderline).

It is not possible at all to use it like this.

Screenshot: Dijit working

dijit.wai.onload fires "Operation Aborted" IE bug

Hi there,

I've found that the following code lines fire the "Operation Aborted" IE bug , as there seems dijit is creating a div node when document.body() == null (document body is not yet closed):

if(dojo.isIE || dojo.isMoz){    // NOTE: checking in Safari messes things up
    dojo._loaders.unshift(dijit.wai.onload);
}

I've changed those lines to these and the error doesn't show anymore:

if(dojo.isIE || dojo.isMoz){ // NOTE: checking in Safari messes things up

Bug in _Widget.destroy() or wrong usage?

Hi,

when I call _Widget.destroy on my Widget I get an error. Telling me that dojo.disconnect() is expecting an array.
Wich I think is right because it expects a handle and a handle is an array.

In the destroy function disconnect is called like this:

dojo.forEach(this._connects, function(array){
                        dojo.forEach(array, dojo.disconnect);
                });

As I see it, there is one forEach too much. Disconnect() is called with the elements of the handle array.

Or am I missing something. So strange that nobody discovered this earlier.

Random error on getComputedStyle

Hi,

Dojo: 1.0.2, (custom build)

In my page I use a TabContainer, which loads every tab's content trough XHR. If I'm changeing the active tab while it is loading in random cases I get an error in IE and FF.
IE: currentStyle is null or not an object
FF:

Object cannot be created in this context" code: "9
_doIt("GET", Object chain=[0] id=5 fired=0 paused=0 results=[2])dojo.js.uncompres... (line 6626)
xhrGet(Object preventCache=true)dojo.js.uncompres... (line 6683)
_downloadExternalContent()dojo4caf.js.uncom... (line 5863)
_loadCheck(undefined)dojo4caf.js.uncom... (line 5841)

New Bug In Grid

I do not know if this is the right place to post this message, so please inform me if it is not here, where.

Since some builds ago (nightly builds) the rows in the grid are not fully displayed. (Only the first lists appear)
After scrolling the rest of the rows are empty.

See for example tests : dojox/grid/tests/test_change_structure.html, dojox/grid/tests/test_dojo_data_model.html, etc it seems to occur on almost any grid.

Eduardo

Grid not working in ContentPane?

It seems that Grid is not loading when inside a ContentPane.
I used the dojox/grid/tests/test_edit.html file from the package (v1.0.2) and I have the following experience:

  • when loading it simple in a browser, everything is working properly.
  • loading it into my ContentPane (which is a member of a tabContainer, it is not loading anymore.

Is there anything I can do? There is no error message in the Firebug console, and it shows that grid object is created. But where I should see the table is only a greyish box.

Syndicate content