1. #1
    Sencha User
    Join Date
    Aug 2011
    Posts
    80
    Vote Rating
    1
    Anthony.Hall is on a distinguished road

      0  

    Default internet explorer jumps on update (rowedit) in extjs 4.1

    internet explorer jumps on update (rowedit) in extjs 4.1


    On my grid i'm using rowediting.
    if using Internet explorer 9( probably the other versions too ) and the page has scrollbars
    When i edit a row and click "update" the page scrolls up to the start of the grid.

    To recreate the issue.
    1) open in internet explorer
    2) minimise the so scroll bars appear on the main page.
    3) edit / update an item.
    4) the page will jump.

    I've tried with and without the following in the config. It has no effect.

    Code:
    viewConfig: {
                        preserveScrollOnRefresh: true
                    }
    I've put an example on dropbox ( this is base on the extjs examples )

    https://www.dropbox.com/s/l50d12t3cjq8kef/scrolling.htm

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    435
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    We actually have a bug for this opened.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha Premium Member
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    27
    Vote Rating
    3
    extjs@kingsquare.nl is on a distinguished road

      0  

    Default


    ExtJS 4.1.3 still has this issue.

    Is there an ETA for a solution? Is there some kind of bug ID?