This is a migrated thread and some comments may be shown as answers.

Input cursor does not scroll in ListView with the field

3 Answers 108 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Maxim
Top achievements
Rank 2
Maxim asked on 03 Nov 2014, 04:12 PM
Hello,

I'm not sure where is the right place for this question, so I decided to post it here.

Here is the problem:
I have a mobile web application and use kendo mobile and kendo web.
There is a ListView with input controls in it (form like). Controls are kendo DateTimePicker, kendo NumericTextBox (see screenshots).
The view is using  data-use-native-scrolling="true". I cannot not use application-wide useNativeScrolling: true, because of its side effects.

The problem is, then user puts focus in the input and then scrolls the view, the cursor remain in the same position and it is not scrolled together with the input field it belongs to.

Is there any way to fix this behavior without setting useNativeScrolling: true?
It has some unacceptable behaviors for us.



3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 05 Nov 2014, 09:42 AM
Hi Maxim,

The same issue can be reproduced our demos. One thing you can try is to blur the input when scrolling occurs, or hide the cursor itself, like this thread suggests. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Maxim
Top achievements
Rank 2
answered on 05 Nov 2014, 11:31 AM
Thank you for suggestions, will try.

Is this problem going to be fixed in the future releases?
0
Petyo
Telerik team
answered on 06 Nov 2014, 12:48 PM
Hello Maxim,

I am not sure if there are reliable, universal means to resolve that issue without a certain tradeoff. Blurring the element on scroll may not be acceptable for some users. If we discover one, we will apply it for sure. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ListView (Mobile)
Asked by
Maxim
Top achievements
Rank 2
Answers by
Petyo
Telerik team
Maxim
Top achievements
Rank 2
Share this question
or