Closed rodcloutier closed 11 years ago
Thanks a lot! This really was a performance problem introduced by me since v1.2.0 of the adapter. Used the Chrome timeline for debugging, Chrome Developer Tools are really great!
Tobias
That's also how I confirmed that there was a problem.
Thanks for all the quick response on the issues. — Sent from Mailbox for iPhone
On Sat, Mar 16, 2013 at 10:34 AM, Tobias Bosch notifications@github.com wrote:
Thanks a lot! This really was a performance problem introduced by me since v1.2.0 of the adapter. Used the Chrome timeline for debugging, Chrome Developer Tools are really great!
Tobias
Reply to this email directly or view it on GitHub: https://github.com/tigbro/jquery-mobile-angular-adapter/issues/141#issuecomment-15005734
Using the JQM 1.3 version, I have the following behaviour occurring.
Load an external page (does not occur with embedded page) that contains a form with many form elements. From that form page, load another page (in this case a dialog to easily show that no interaction is possible). The loaded page cannot be interacted with (ie cannot close the dialog). You have to wait a few seconds. This does not occur with version 1.2.1.
The wait time seems to be proportional to the amount of element the form contains (in my app it can take up to 16 seconds).
Since it involves an external page, I couldn't write a fiddle. Here are the content of the two files involved.
Index.html
formpage.html