Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6782] Android: ICS: Keyboard doesn't show when TextField is selected

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-04-26T07:43:54.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/s2013 Sprint 09
ComponentsAndroid
Labelsapi
ReporterRadamantis Torres-Lechuga
Assigneejithinpv
Created2011-12-19T18:21:55.000+0000
Updated2017-03-29T17:56:36.000+0000

Description

Expected Behavior

When a textField is focused, the Keyboard needs to appear on the window

Actual Behavior

When the textfield is selected, the keyboard is not appearing

Test Case

Titanium.UI.setBackgroundColor('#000');



//
// create base UI tab and root window
//
var win1 = Titanium.UI.createWindow({  
    title:'Tab 1',
    backgroundColor:'#fff'
});


var label=Ti.UI.createTextField({
	height:40,
	width:60,
	top:40,
})

label.addEventListener('focus',function(e){
	alert('return fired');
})

// open tab group
win1.add(label);
win1.open();

Attachments

On Android 2.3.3 the keyboard show good On Android 4 the keyboard is not appear

Attachments

FileDateSize
Screen Shot 2011-12-19 at 7.36.21 PM.png2011-12-19T18:21:55.000+000097153
Screen Shot 2011-12-19 at 8.20.42 PM.png2011-12-19T18:21:55.000+000074382

Comments

  1. Ping Wang 2011-12-20

    This issue is 4.0 emulator only. It works fine on 4.0 device.
  2. jithinpv 2013-04-26

    cannot reproduce Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Device: Samsung galaxy s duos Android version: 4.0.4
  3. Lee Morris 2017-03-29

    Closing ticket with reference to the above comments.

JSON Source