Changes between Initial Version and Version 1 of Ticket #16571, comment 5
- Timestamp:
- Jan 17, 2013, 12:34:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16571, comment 5
initial v1 9 9 Another issue is that your {{{new dojo.data.ItemFileReadStore}}} call is not inside a dojo.ready() etc., so !ItemFileReadStore hasn't finished loading. Your results may vary since this is a race condition. 10 10 11 After fixing that, on trunk I get an error about cellFunc not being the right type, but it does work for me on 1.8. Tested on FF18 mac, FF17 / win7, and FF18 / win711 After fixing both those problems, on trunk I get an error about cellFunc not being the right type, but it does work for me on 1.8. Tested on FF18 mac, FF17 / win7, and FF18 / win7 12 12