[TIMOB-12568] BlackBerry : The 'bottom' property for controls is completely ignored by the layout engine
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-11T04:57:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 12 BB, 2013 Sprint 12, Release 3.1.2, Release 3.2.0 |
Components | BlackBerry |
Labels | module_layout, qe-testadded, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Russell McMahon |
Created | 2013-02-04T21:25:13.000+0000 |
Updated | 2014-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
File | Date | Size |
---|---|---|
Screen Shot 2013-02-04 at 1.18.09 PM.png | 2013-02-04T21:25:13.000+0000 | 42661 |
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
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.