sareko
11 Jun 2010, 12:06 PM
Ext version tested:
Ext 3.2.2 ONLY (3.2.1 does not have the bug)
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
Firefox
IE8
Chrome
Operating System:
Windows 7
Description:
Stateful grid does not restore columns correctly if the columns are reordered since 3.2.2. Note that this is a new bug in 3.2.2 and the bug is not present in 3.2.1
See this URL : http://www.extjs.com/deploy/dev/examples/grid/array-grid.html
Steps to reproduce the problem:
Use the test case "Basic Array Grid" (the simple stateful grid) from the examples that come with the ExtJS download
Move the Company column to be the last in the grid
Hide all of the columns EXCEPT Company
Refresh the page
Notice that you now have all the columns visible except company when using 3.2.2. If you are using 3.2.1, then, as expected, Company is the only column visible. (So it works on the URL above, the sample you guys have online since it uses 3.2.1)
The result that was expected:
The same behavior as 3.2.1, Company is the only column that should be visible after reloading the page
The result that occurs instead:
All columns except Company are visible
That one took me a bit :) I thought i was going crazy, since it worked fine on extjs.com but failed for me on my test server, until I realized the online samples are still on 3.2.1, then tried that locally and it worked.
Ext 3.2.2 ONLY (3.2.1 does not have the bug)
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
Firefox
IE8
Chrome
Operating System:
Windows 7
Description:
Stateful grid does not restore columns correctly if the columns are reordered since 3.2.2. Note that this is a new bug in 3.2.2 and the bug is not present in 3.2.1
See this URL : http://www.extjs.com/deploy/dev/examples/grid/array-grid.html
Steps to reproduce the problem:
Use the test case "Basic Array Grid" (the simple stateful grid) from the examples that come with the ExtJS download
Move the Company column to be the last in the grid
Hide all of the columns EXCEPT Company
Refresh the page
Notice that you now have all the columns visible except company when using 3.2.2. If you are using 3.2.1, then, as expected, Company is the only column visible. (So it works on the URL above, the sample you guys have online since it uses 3.2.1)
The result that was expected:
The same behavior as 3.2.1, Company is the only column that should be visible after reloading the page
The result that occurs instead:
All columns except Company are visible
That one took me a bit :) I thought i was going crazy, since it worked fine on extjs.com but failed for me on my test server, until I realized the online samples are still on 3.2.1, then tried that locally and it worked.