-
11 Jul 2011 3:57 AM #1
Togglefield + Texfield + Toolbar = weird scrolling.
Togglefield + Texfield + Toolbar = weird scrolling.
Hello there,
I'm facing a weird behaviour while playing around with textfields, togglefields and toolbars :
If all 3 exist on a same view, when the user tries to fill out the text field, the page scrolls up and down continuously while the virtual keyboard is visible !
Sample code :
The problem seems to appear :Code:myView = Ext.extend(Ext.Panel, { dockedItems : [ { dock : 'top', xtype : 'toolbar', title : 'my toolbar' } ], items : [ { xtype : 'togglefield', label : 'togglefield', value : 1 }, { xtype : 'textfield', label : 'textfield' } ] });
- only when there's both a togglefield and a toolbar around.
- on an actual device only (not on Chrome)
Sencha Touch version : 1.1.0
Used device : HTC Desire, Android 2.3.3
Any idea ? It seems like the app is wondering "where the hell is my focus ?"
Thank you
-
22 Nov 2011 6:13 AM #2
I'm having the same problem, it is really a big problem for our HTC users! It only happens on HTC devices, so I think it has something to do with their browser.
Any idea if this will be fixed soon, or any idea how to fix this?
-
29 Feb 2012 8:28 AM #3
I've answered this in another thread:
http://www.sencha.com/forum/showthre...l=1#post744883
This is basically a z-index problem on fixed positioned elements.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote