Login Register

Nightly Builds are now of 0.9

As of last night, the nightly builds are no longer building from the old trunk. They are now building nightlies for what will become 0.9. You can visit the nightlies at:

http://archive.dojotoolkit.org/nightly/

In here, you will see a "checkout" directory and a "dojotoolkit" directory. The first is the raw checkout with the .svn bits removed and the second is a build using the new build system. There is also a .tgz of the dojotoolkit directory.

Just to give you a rough idea of how much better and smaller this is, take a look at the size of the dojotoolkit build's tgz file....it is 597k. This includes all of the code, the tests, the .jar files that are required for the build, etc. This same stuff, for the nightly from two days ago was around 6MB per build tgz. It also takes about 15 seconds to do the build currently, versus 45 seconds or so for a typical release build before. Progress is afoot (size 3 i think).

dojo.widget.Tooltip is a bug

dojo.widget.Tooltip is a bug in the frameset. you use 'Tooltip ' is right after click the document in the frameset . because the document donot get focus.


src\html\selection.js : isCollapsed:function () :


if (_document["selection"]) {


try {


   return _document.selection.createRange().text == "";//must be catched


}


catch(e) { return true; }


}

missing widgets

Just wondering when the FilteringTable will be released?

WRT FilteringTable.

FilteringTable will not be ported to Dojo 0.9. Instead, there will be a Grid widget with more features, like full a11y, lazy loading, scrolling body x-browser, and others.

Filtering Table

Can you elaborate on the scrolling body x-browser and others? What about resizeable column widths?

Are you guys planning on providing RemoteDataStore implementations for databases?

Difference

Hello,

whats the difference of dojo 0.4x and 0.9?

Check the porting guide...

Floating Pane

Will the FloatingPane be ported to 0.9?
Is there a roadmap when and which widgets will be ported?

Look under the Dijit Dev section...

Look under the Dijit Dev section...

Thanks Karl