You found a bug! We've classified it as TOUCH-3289 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #21
    Sencha User
    Join Date
    Apr 2012
    Posts
    25
    Vote Rating
    1
    DonM is on a distinguished road

      0  

    Default


    Just another person reporting the issue.

    Chrome 23.0.1271.97

  2. #22
    Sencha Premium Member intellix's Avatar
    Join Date
    Mar 2012
    Location
    UK + Malta
    Posts
    262
    Vote Rating
    18
    intellix will become famous soon enough

      0  

    Default


    +1
    Chrome 24.0.1312.56

  3. #23
    Sencha Premium Member
    Join Date
    May 2011
    Posts
    7
    Vote Rating
    1
    xpironJB is on a distinguished road

      0  

    Default Please reopen thread again

    Please reopen thread again


    +1 Chrome Version 24.0.1312.57

    Hello, it's important to fix it, cause this issue makes the ui-element unuseable!
    Please reopen thread and investigate.

    Thanks in advance
    J.


  4. #24
    Sencha User
    Join Date
    Dec 2012
    Posts
    2
    Vote Rating
    0
    emrahsu is on a distinguished road

      0  

    Default


    Hello,

    You can find a solution like this, insert the red-line statement into getSnapPosition method of the Scroller.js

    getSnapPosition: function(axis) {
    var snapSize = this.getSlotSnapSize()[axis],
    snapPosition = null,
    position, snapOffset, maxPosition, mod;

    if (snapSize !== 0 && this.isAxisEnabled(axis)) {
    position = this.position[axis];
    snapOffset = this.getSlotSnapOffset()[axis];
    maxPosition = this.getMaxPosition()[axis];

    if (position >= maxPosition) return null;
    mod = (position - snapOffset) % snapSize;

  5. #25
    Sencha User
    Join Date
    Aug 2010
    Posts
    2
    Vote Rating
    0
    twinux is on a distinguished road

      0  

    Default +1

    +1


    Same thing here.
    Not working on Chrome 24.0.1312.57 m

    Working on Android / Iphone

  6. #26
    Sencha User
    Join Date
    Aug 2010
    Posts
    2
    Vote Rating
    0
    twinux is on a distinguished road

      0  

    Default thanks...

    thanks...


    It works.


    Of course i have to made some changes on the variable names for the "sencha-touch-all.js" file :


    {a=this.position[c];f=this.getSlotSnapOffset()[c];e=this.getMaxPosition()[c];/*FIXME:datepickerfield troubleshoot*/if(a>=e){return null;}/*END*/b=(a-f)%g;if(b!==0)

  7. #27
    Sencha Premium Member
    Join Date
    May 2011
    Posts
    7
    Vote Rating
    1
    xpironJB is on a distinguished road

      0  

    Thumbs up Thank you

    Thank you


    Thank you Emrahsu for providing a quick fix.

Tags for this Thread