[TIMOB-1556] ProgressBar defaults to hidden
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T02:55:58.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Ted Haeger |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T02:55:58.000+0000 |
| Updated | 2017-03-09T22:58:14.000+0000 |
Description
in 1.4, when you create a progress bar, you have to declare visible = true.
This means that the example in the documentation doesn't
work.
http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.ProgressBar-object">
http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI....
This is correct behavior. You can always set
visible:truewhen creating the object.Stephen:
I think you might want to reconsider whether this bug is invalid. I understand if it's simply not high priority. But 'invalid' should only apply if Appcelerator cares little about Titanium behaving as a developer would expect.
Consider, is there any other control on which you have to set
visible:true? None that I have used. So you have a control that deviates from your convention. Settingvisible:truemay work, but you're forcing everyone to troubleshoot until they hit upon that.Closing ticket as invalid.