Threaded View
-
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
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote