Thank you for reporting this bug. We will make it our priority to review this report.
-
Ext User
[TENT][3.0.0] column model defaultSortable changed (no longer writable)
Ext version tested:
Adapter used:
css used:
Browser versions tested against:
- FF3 (firebug 1.3.0.10 installed)
Operating System:
Description:
- In this example clicking the header row doesn't sort.
Test Case:
Code:
// by default columns are sortable
cm.defaultSortable = true;
See this URL : http://extjs.com/deploy/ext-3.0.0/ex...edit-grid.html
Steps to reproduce the problem:
The result that was expected:
The result that occurs instead:
Screenshot or Video:
Debugging already done:
- implementation of defaults changed slightly from 2.x to 3.x
- you can no longer specify defaultSortable property after column model is created, it can only be applied at construction time.
Possible fix:
-
Sencha User
-
This can be listed as a breaking change in the Ext 3.0 Upgrade Guide.
http://extjs.com/forum/showthread.php?t=67857&p=327039
-
Ext User
Yes, you all are correct, thank you. The demo example was not updated however, so this bug report will be used to fix the example cited in the first post.
-
Ext User
A tentative fix for the cited example has been applied to the svn/trunk branch (rev 4880).