[TIMOB-3125] Android : borders not working for lightweight windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:00:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M10 |
Components | Android |
Labels | android, border, defect, lightweight, regression, release-1.6.0, reported-1.6.0, window |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:37:31.000+0000 |
Updated | 2011-04-17T02:00:59.000+0000 |
Description
(1.6.0.bd9d124), emulator and device
1.use the following snippet:
var win1 = Titanium.UI.createWindow({
backgroundColor:'white',
borderWidth:3,
borderColor:'#336699',
});
win1.open();
works as expected on iOS and in android 1.5.1
came via: http://developer.appcelerator.com/question/111751/16-rc-border-not-working-on-lightweight-window"> http://developer.appcelerator.com/question/111751/16-rc-border-not-...
(from [a496ec18d40b7301b8a3b3312c261bba7fe129a3]) Avoid running through processProperties twice on model listeners [#3125 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/a496ec18d40b7301b8a3b3312c261bba7fe129a3"> https://github.com/appcelerator/titanium_mobile/commit/a496ec18d40b...
(from [4056f5df167ac6b97f9ead76a992c1a498520c70]) Avoid running through processProperties twice on model listeners [#3125 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/4056f5df167ac6b97f9ead76a992c1a498520c70"> https://github.com/appcelerator/titanium_mobile/commit/4056f5df167a...
verified emulator 2.2 against 1_6_X