Page 1 of 1

Issue with JQMSelect and multiframe application

PostPosted: 09 Jun 2014 16:53
by Davide
Hello,
I'm developing a JQMobile application that use different ajax frame like in your JQMWizardDemo.
On a frame I put a JQMSelect component and it opens the selection list right.
When I select an item the JQMSelect closes but the application switch to the main form and not to the frame where the select was invoked from.
Is it possible to retourn to the frame where the JQMSelect resides after selection ?

It happens only with large number (in my case 101 items) select list.
With just 3 or 4 items the select is displayed inside the frame and after selection the focus retourn correctly to the frame where the jqmSelect resides.

Thank you,
Davide

Re: Issue with JQMSelect and multiframe application

PostPosted: 09 Jun 2014 18:12
by Alexander Bulei
Hi Davide,

Strange behavior...can you send us the simple testcase?
t.i.a

Best Regards

Re: Issue with JQMSelect and multiframe application

PostPosted: 10 Jun 2014 14:57
by Davide
Hi,

after some tests I solved the problem setting the "NativeMenu" property to true.
Using the JQMSelect with "NativeMenu" property set to false show me the main form after closing the select dialog.

It's not important cause now I solved the problem but if you are intrested in discovering the source of the strange behaviour i notify you I will send you a test case.

Thank you,
Davide