Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2009] Android: crash when setting keyboard focus on text area

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T03:07:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsAndroid
Labelsandroid, crash, defect, focus, keyboard, regression
ReporterThomas Huelbert
AssigneeDon Thorp
Created2011-04-15T03:07:59.000+0000
Updated2017-03-02T19:25:22.000+0000

Description

1.4.2.4ce7ff G1 running 1.6, 2.2 simulator

1.use this code:

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

var w = Ti.UI.createWindow({

fullscreen: true,
title: 'test'

});

var ta = Titanium.UI.createTextArea({

value: "Now is the time for all good men to come to the aid of their country.",
height:100, width:300, top: 0, left: 0,
keyboardType:Titanium.UI.KEYBOARD_DEFAULT

}); w.add(ta);
w.open();

2.open on a device or sim
results: crash pastie here: http://pastie.org/1201676">http://pastie.org/1201676

notes: keyboard type does not seem to matter

regression, this worked as of #1537 (sept 1) Removing keyboard line does not affect behavior.

Comments

  1. Thomas Huelbert 2011-04-15

    closing as invalid because my test case sucks

  2. Don Thorp 2011-04-15

    Just updated fields so it wouldn't be lost in future queries. Leaving invalid.

  3. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source