-
24 Oct 2011 12:46 PM #1
The kitchen sink app will lock up if you click around too fast
The kitchen sink app will lock up if you click around too fast
I was playing around in the documentation for SenchaTouch 2.0 and played around with the Kitchen Sink Example on the Ipad simulator in the docs section.
http://docs.sencha.com/touch/2-0/#!/...ink/index.html
If you go "User Interface" >> "Buttons" it brings up the display of buttons but if you click the already highlighted "buttons" button again the whole UI goes non-responsive. This happens on my local builds as well.
It actually happens on any button you press that is already activated.
Shows up on safari running the app directly or through the docs tablet interface as well as a real Ipad. Chrome also.
-
25 Oct 2011 4:40 PM #2
-
26 Oct 2011 6:02 AM #3
The kitchen sink app will lock up if you click around too fast.
-
26 Oct 2011 7:55 PM #4
-
31 Oct 2011 11:59 AM #5Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Thank you for the report, we are looking into it.
-
19 Dec 2011 12:59 PM #6
I've narrowed it down to clicking twice on the same menu item...
I've narrowed it down to clicking twice on the same menu item...
When I'm using the kitchensink app I've identified that the application performs some type of javascript exeception causing it to lock up when...
You navigate to a sub item of the menu (leaf), Lets says 'Buttons' for example, then you click again on the 'Buttons' leaf which is already active.
There needs to be some logic the method onLeafTap: function(list, index) { inside app/controller/Main.jsthat checks to see if the clicked leaf is already the active card then do nothing.
-
18 Jan 2012 4:46 PM #7Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
This has been fixed for the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-938
in
2.0.


Reply With Quote