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

Does not open in Cordova

6 Answers 96 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Johann
Top achievements
Rank 1
Johann asked on 23 Nov 2015, 05:18 PM
Hi,
 
i have a problem in my cordova/angularJS application with all dropdown elements like "kendo-drop-down-list", "kendo-combo-box", "kendo-date-picker", "kendo-time-picker" or "kendo-date-time-picker". On click on the "open"-button on the right side nothing happens. Only if I change the window size off the cordova application (Windows 10) the boxes drops down. Every time i have to click on the "open"-button and then to resize the application window to se the options. I have to do it for every box every time i want see the dropdown options.

 

With best regards

Johann

 

6 Answers, 1 is accepted

Sort by
0
Atanas Georgiev
Telerik team
answered on 26 Nov 2015, 07:52 AM
Hello Johann,

We were not able to replicate the problem. Can you please create an isolated runnable example, with a couple of Kendo UI widgets that demonstrate the issue and  we will be happy to take a look?

Regards,
Atanas Georgiev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Johann
Top achievements
Rank 1
answered on 27 Nov 2015, 07:24 PM

I tried, but if I make a new cordova application it works fine.

Do you have an idea what could cause this behavior?

With best regards

Johann

0
Atanas Georgiev
Telerik team
answered on 30 Nov 2015, 02:18 PM

Hello Johann,

We have not received reports from other customers experiencing similar issue. Our best guess is that something is “stealing” the focus from the pop-up, so it is not opened accordingly. Maybe you will be able to figure is out by incrementally adding the functionality of your app to a new Cordova application that works fine.


Regards,
Atanas Georgiev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Johann
Top achievements
Rank 1
answered on 01 Dec 2015, 05:15 PM

OK, here are 3 Images:

  • The first one is where the DropDownList is closed and not focused.
  • The socond one is focused and usually open, but not in this case.
  • The third one is when i change the window size of the Cordova app, the popup appears.

I don't think that the box loose the Focus, because when I change the window size the Popup appears. But only if it is focused before.

Withe best regards

Johann

 


 
0
Accepted
Atanas Georgiev
Telerik team
answered on 03 Dec 2015, 07:46 AM
Hello Johann,

Thank you for the descriptive steps to reproduce and screenshots. We are still not able to replicate the issue at this point and because of that - out of plausible suggestions. If you succeed to create an isolated runnable example where the problem is reproducible we will be happy to take a look.

Regards,
Atanas Georgiev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Johann
Top achievements
Rank 1
answered on 03 Dec 2015, 02:21 PM

Hello,

I was able to find the causing piece of code: I found an override of "parseInt" without using the second param "radix".

With best regards

Johann

Tags
DropDownList
Asked by
Johann
Top achievements
Rank 1
Answers by
Atanas Georgiev
Telerik team
Johann
Top achievements
Rank 1
Share this question
or