DataGrid is broken by some changes in _Widget.js - data of new pages are
not getting loaded, pls see
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_data_grid.html
(scroll to the bottom to see the issue)
The cause is the new implementation of attr() is explicitly invoking
get()/set() to fetch/set attributes, but unfortunately DataGrid has also
been using "get()" for another job - fetching items from data store, and
using "get=xxxx" for cell content rendering, the conflicts causes the
issue - attr() uses DataGrid's get() to fetch attributes, then failed.
Just in case there are any similar potential bugs in other widgets.
- Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.dojotoolkit.org/pipermail/dojo-contributors/attachments/20100401/9655da35/attachment.htm
An HTML attachment was scrubbed...
URL: http://mail.dojotoolkit.org/pipermail/dojo-contributors/attachments/20100401/9655da35/attachment.htm