knight999
21 Aug 2009, 12:32 AM
Hi Jack,
We encountered a view display problem in Beta3, some of columns are empty, even the category column can not display "+" icon correctly, all the view functions did not work anymore ~ so weird ~
I checked your demo.nsf, and it just work fine as usual, there are no any errors shown in firebug, so I spent a lot of time to trace your code ... finally ... I found something different in getViewColumnValue function, in the line 1058
"map = map.replace('_', '$'); // Ext doesn't like '$'" ...
you want to replace "$" with "_" but your code is upside down, so ... all the column name with "_" can not display column value instead of empty except formula columns ...
Hope Beta3 will fix a lot of bugs founded in the B2r2, and you guys can get more time to sleep well ~ thanks for your great job ~ B)
We encountered a view display problem in Beta3, some of columns are empty, even the category column can not display "+" icon correctly, all the view functions did not work anymore ~ so weird ~
I checked your demo.nsf, and it just work fine as usual, there are no any errors shown in firebug, so I spent a lot of time to trace your code ... finally ... I found something different in getViewColumnValue function, in the line 1058
"map = map.replace('_', '$'); // Ext doesn't like '$'" ...
you want to replace "$" with "_" but your code is upside down, so ... all the column name with "_" can not display column value instead of empty except formula columns ...
Hope Beta3 will fix a lot of bugs founded in the B2r2, and you guys can get more time to sleep well ~ thanks for your great job ~ B)