Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    [bug] ListGrid filterEditor and horizontal scrolling

    SmartClient Version: v10.0p_2015-08-03/Enterprise Development Only (built 2015-08-03)

    Chrome, Firefox on OSX

    Please modify the showcase sample #fetchOperationFS like this:
    Code:
    isc.ListGrid.create({
        ID:"dsListGrid", 
        width: "100%",
        height: "100%",
        minFieldWidth:80,
        autoFetchData: true, 
        dataSource: "supplyItem" , showFilterEditor:true, filterOnKeypress:true, autoFitFieldWidths:true
    });
    Then type 'a' in the first field of the filterEditor, then click to scroll horizontally: the grid will scroll back to show the first field, as you could see in this video:
    https://www.youtube.com/watch?v=ekGXZMeg-94
    on the second click, it will scroll correctly.

    #2
    Just a quick note to let you know we are reproducing this problem and one of our developers is investigating.

    Regards
    Isomorphic Software

    Comment


      #3
      We've made a change which we believe will address this issue, please try the next nightly build, dated Aug 6 or above

      Regards
      Isomorphic Software

      Comment


        #4
        SmartClient Version: v10.0p_2015-08-06/Enterprise Deployment (built 2015-08-06)

        I can confirm it's fixed, thank you very much

        Comment

        Working...
        X