-
28 Mar 2012 3:47 PM #1
Android - Ext.form.Text has ghost text after you clear it
Android - Ext.form.Text has ghost text after you clear it
This is a weird one. In some cases, on Android, when you clear the textfield by tapping the clear icon, the ghost of the previous value still looks like it's in the field, though the cursor is at the front and there is no actual value in the field.
I've tried to come up with an example that reproduces this most of the time. I'm using HTC EVO 4G running Android 2.3.3.
(Does this have something to do with rendering issues with css translate3d?)
Code:Ext.setup({ onReady: function() { Ext.Viewport.add(Ext.create('Ext.form.Panel', { items: [ { xtype:'fieldset', title:'do not scroll,<br/>focus the field, <br/>quickly tap the clear icon', items:[ Ext.create('Ext.form.Text', { value:'hello', clearIcon: true }) ] } ] })); } });
-
28 Mar 2012 3:57 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
Wouldn't be translation as we don't do that on Android 2.x.
Sounds more like a repaint issue in the browser itself. We'll try to reproduce that here and take a closer look.
-
16 Jul 2012 5:59 AM #3
Text has ghost Text after you clear it by Clear Icon Button.
Text has ghost Text after you clear it by Clear Icon Button.
Is there any solution for this issue?
I am getting issue on HTC Ginger Bread Android Phone.
You found a bug! We've classified it as
TOUCH-2620
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote