-
7 Jul 2012 8:17 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
[4.1.1] Grid check box selection bug
[4.1.1] Grid check box selection bug
Regression in 4.1.1 GA. When setting a record value on the 'select' event, the selection status is lost.
1. Open grid plugins sample
2. Run code
3. 4.1.0 works http://cdn.sencha.io/ext-4.1.0-gpl/e...d-plugins.html
4. 4.1.1 fails http://cdn.sencha.io/extjs-4.1.1-gpl...d-plugins.html
Code:Ext.getCmp('gridpanel-1019').getSelectionModel().on('select', function(sm, rec) {rec.set('company', 'foo'); });
-
7 Jul 2012 9:06 AM #2
Thank you for the report.
Scott.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6747
in
4.1.2 Sprint 1.


Reply With Quote