[TIMOB-2009] Android: crash when setting keyboard focus on text area
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:07:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, crash, defect, focus, keyboard, regression |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:07:59.000+0000 |
Updated | 2017-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.
closing as invalid because my test case sucks
Just updated fields so it wouldn't be lost in future queries. Leaving invalid.
Closed as invalid.