[TIMOB-1756] iOS: progress bar in toolbar is not centered
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:01:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | ios, layout |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:01:26.000+0000 |
Updated | 2017-03-02T19:01:14.000+0000 |
Description
1.controls>progress bar
2.tap start progress, look at the pro bar on the toolbar
results:its not centered (should be)
Centering was also not present in 1.3.0 and 1.4.0. Marking as invalid because the test did not use flexible spaces to center the button (Toolbars place from left to right, so spacing is needed for centering). Checking in improved test.
(from [94f58381a34f72960b0104138fe78e947760966b]) [#1756 state:invalid] Toolbars arrange from left to right. For centering, flexible spaces MUST be used. Fixing test to reflect this. http://github.com/appcelerator/titanium_mobile/commit/94f58381a34f72960b0104138fe78e947760966b"> http://github.com/appcelerator/titanium_mobile/commit/94f58381a34f7...
Closing as invalid.