Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12568] BlackBerry : The 'bottom' property for controls is completely ignored by the layout engine

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-07-11T04:57:40.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 12 BB, 2013 Sprint 12, Release 3.1.2, Release 3.2.0
ComponentsBlackBerry
Labelsmodule_layout, qe-testadded, sdk-bb
ReporterLokesh Choudhary
AssigneeRussell McMahon
Created2013-02-04T21:25:13.000+0000
Updated2014-06-19T12:44:25.000+0000

Description

Description: 1.Run The code below on BB simulator/device
var win = Ti.UI.createWindow();
var slider = Ti.UI.createSlider({
	    value: 0,
	    min: 0,
	    max: 100,
	    left:10,
	    right:10,
	    bottom:20
});
win.add(slider);
win.open();
2.Observe the output Actual Result: 1.The control is seen at the top even the bottom property is specified Expected Result: 1.The control should be at the bottom according to the specified property

Attachments

FileDateSize
Screen Shot 2013-02-04 at 1.18.09 PM.png2013-02-04T21:25:13.000+000042661

Comments

  1. Lokesh Choudhary 2013-06-06

    Verified the fix & the controls are respecting the bottom property. Thus closing. Environment: Ti Studio : 3.1.1.201306041657 Ti BB SDK : 3.1.1.v20130606121419 Mac OSX : 10.8.3 Alloy : 1.1.3-cr CLI - 3.1.1-cr win 7 Win 8 Z10 BB simulator : 10.0.10.822 Z10 device running 10.0.10.88
  2. Priya Agarwal 2013-07-19

    Closing as Fixed. Verified with Environment. Studio: 3.1.2.201307171817 Titanium SDK:3.1.2.v20130718094558 acs:1.0.3 alloy:1.1.3 npm:1.3.2 titanium:3.1.1 titanium-code-processor:1.0.1 OS: OSX 10.8 Device:Blackberry-Z10(v 10.0.10.261),ios Simulator(v6.0),Galaxy Nexus(v4.0.4) Xcode: 4.5.1 blackberry SDK: 10.1.0.1020 Bottom property working well. Checked with slider control.

JSON Source