Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3125] Android : borders not working for lightweight windows

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T02:00:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M10
ComponentsAndroid
Labelsandroid, border, defect, lightweight, regression, release-1.6.0, reported-1.6.0, window
ReporterThomas Huelbert
AssigneeDon Thorp
Created2011-04-15T03:37:31.000+0000
Updated2011-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-...

Comments

  1. Bill Dawson 2011-04-15

    (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...

  2. Bill Dawson 2011-04-15

    (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...

  3. Opie Cyrus 2011-04-15

    verified emulator 2.2 against 1_6_X

JSON Source