sunriseshow / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

value undefined on touch (works with mouse) #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm trying to get mobilescroll work on a touchscreen by using this code:

 var search = [ { 'Label 1': { x: 'x', y: 'y', z: 'z' }, 'Label 2': { a: 'a', b: 'b' } }, { 'Label 3': { 1: '1', 2: '2' }, 'Label 4': { 4: '4', 5: '5' } } ];
$('#search').scroller({wheels: search});

Every time I tab (a very short tab) one of the scroll wheels (without changing 
its value), the input value shows undefined for this particular wheel.

Example:
Text input value is "x a 1 4"
After tabbing on Label 2s wheel:
Text input value is "x undefined 1 4"
After that, Label 2s wheel is broken completely.

I cant reproduce this issue with the mouse, just if I use touchscreen.
Any ideas how to fix it?

Any help much appreciated.
Thanks in advance

Original issue reported on code.google.com by mayko...@gmail.com on 22 Feb 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Could not reproduce this. Can you give some more information about op. system 
and browser?

Original comment by diosla...@gmail.com on 27 Feb 2012 at 7:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yeah sure.

I'm using Windows 7 premium with Chrome Version 6.0.472. I know this is very 
old version. :/ Unfortunately I don't have control over the updates as it is 
for an intranet application.

Thanks for your help.

Original comment by mayko...@gmail.com on 28 Feb 2012 at 9:06

GoogleCodeExporter commented 8 years ago
I don't understand this issue. Are you using this on Windows 7 premium with 
Chrome Version 6.0.472 on a touch device? Because you said that it works with 
mouse, the problem is with touch...

Original comment by diosla...@gmail.com on 26 Mar 2012 at 2:16

GoogleCodeExporter commented 8 years ago
Not enough information

Original comment by diosla...@gmail.com on 23 Apr 2012 at 12:06