mardi 30 décembre 2014

Sorters doesnt work correct in 5.1



  1. Thank you for reporting this bug. We will make it our priority to review this report.







  2. Default Sorters doesnt work correct in 5.1



    Sorters doesnt work correct in 5.1





    Hello,

    at the moment i try to migrate my app from 4.1.3 to 5.1. Everything works fine but I got stucked on some store issues.


    Checkout this example code:



    Code:




    var store = Ext.create('Ext.data.Store', {
    fields: ['firstName', 'lastName'],
    sorters: 'lastName',
    data: [
    { firstName: 'Tommy', lastName: 'Maintz' },
    { firstName: 'Rob', lastName: 'Dougan' },
    { firstName: 'Ed', lastName: 'Spencer'},
    { firstName: 'Jamie', lastName: 'Avins' },
    { firstName: 'Nick', lastName: 'Poulden'}
    ]
    });

    console.log(store.sorters);



    In 4.1.3 everything seems to be fine. There are items on the sorters object ... In 5.1 I got one element of null.

    greeetings














  3. Default







    Not sure I've been able to reproduce this. I put your code into this Fiddle:

    https://fiddle.sencha.com/#fiddle/fn0

    I don't see any null values. Do you see the issue when you run that Fiddle?









    Are you a Sencha products veteran who has wondered what it might be like to work at Sencha? If so, please reach out to our recruiting manager:


    sheryl@sencha.com












Sorters doesnt work correct in 5.1

Aucun commentaire:

Enregistrer un commentaire