With best regards
Johann
6 Answers, 1 is accepted
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
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
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
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
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
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