Hello there,
I downloaded dojo 1.0.2, and try to run the grid test, But the following two tests are not working
test_grid_programmatic_layout.html
test_grid_programmatic.html
In other words, it is unable to create GRID (programmatic). When debug is turn on, the following error message appears:
'paddingLeft' is null or not an objecttest_grid_programmatic_layout.html (line 21).
Can anyone give me some ideas? is my installation have problem? or dojo's test has bug? if so how to fix it?
thx in advance!
Sidaxprj.

For some reason, a fix has
For some reason, a fix has been made, but has not made it into a current "official" dojo release: Ticket 5048.
However, you can download a current build from http://archive.dojotoolkit.org/nightly, which does incorporate the fix.
frankf , thank you!
Hello Frankf,
Thank you very much, I download the nightly build and replaced dojox. It works now!!!!
Sidaxprj.
fwiw, the next "official"
fwiw, the next "official" release will probably come from trunk/nightly/svn. There are no plans just yet to release a branch update as far as I know. The beta for 1.1 should be ready sometime in Feb., and is expected to have a long healthy beta cycle.
just so you know.