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.
  1. #1
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,455
    Vote Rating
    52
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      1  

    Default [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'); });

  2. #2
    Sencha - Support Team scottmartin's Avatar
    Join Date
    Jul 2010
    Location
    Houston, Tx
    Posts
    7,185
    Vote Rating
    194
    scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold

      0  

    Default


    Thank you for the report.

    Scott.