Threaded View
-
21 Apr 2012 11:03 PM #1
TextArea loses cursor on FormPanel scrolling
TextArea loses cursor on FormPanel scrolling
Sencha Touch version tested:
- 1.1
- iOS 5
- Google Chrome
- Scrolling on a FormPanel causes textarea fields to lose their cursor. The textarea field does not adjust its cursor offset and thus it looks like you're typing but the textarea isn't scrolling after the cursor.
See this URL : http:// Steps to reproduce the problem:Code:new Ext.Application({ launch : function() { new Ext.form.FormPanel({ fullscreen : true, scroll : 'vertical', items : [ { xtype : 'textareafield', label : 'hello' }, { xtype : 'textareafield', label : 'hello2' }, { xtype : 'textareafield', label : 'hello3' } ] }) } })- Scroll down the scroller
- Begin typing into text area field and use newlines.
- Textarea would follow cursor.
- After your text begins to pass visible area, the textarea does not follow properly. The lower in the page the textarea is, the greater the gap between the cursor position and the internal textarea scroller offset.
- none
- not provided
You found a bug! We've classified it as
TOUCH-2821
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote