-
7 Jan 2013 7:14 AM #21
Just another person reporting the issue.
Chrome 23.0.1271.97
-
29 Jan 2013 2:13 AM #22
+1
Chrome 24.0.1312.56
-
13 Feb 2013 10:47 AM #23
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.
-
15 Feb 2013 12:18 AM #24
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;
-
16 Feb 2013 2:19 PM #25
+1
+1
Same thing here.
Not working on Chrome 24.0.1312.57 m
Working on Android / Iphone
-
16 Feb 2013 2:47 PM #26
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)
-
20 Feb 2013 9:13 AM #27
Thank you
Thank you
Thank you Emrahsu for providing a quick fix.
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.


Reply With Quote