Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10389] BlackBerry: A view's right and bottom properties are not working

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-05-14T18:34:49.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 11 BB, 2013 Sprint 11, Release 3.2.0
ComponentsBlackBerry
Labelsn/a
ReporterHayk Zakaryan
AssigneeJosh Roesslein
Created2012-08-10T04:59:45.000+0000
Updated2014-06-19T12:43:11.000+0000

Description

When creating Button or Label and trying to set right property (to be positioned from right) it is not working. The same maybe the case for bottom property.

Comments

  1. Samuel Dowse 2013-11-13

    Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311122225 Titanium SDK, build: 3.2.0.v20131113094843 CLI: 3.2.0 Alloy: 1.3.0 BlackBerry Simulator: 10.2.0.1791 Test Case
    var win = Titanium.UI.createWindow({backgroundColor:'#fff'});
       var label = Titanium.UI.createLabel({text:'Bottom Right Corner', width:'auto', bottom:'10', right:'10'});
       win.add(label);
       win.open();
    Label is shown in the bottom right corner. Therefore bottom and right are working. Closing.

JSON Source