[TIMOB-7223] MobileWeb: Complete Ti.UI.TextArea implementation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-01-20T17:19:18.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
| Components | MobileWeb |
| Labels | pointerevents, stage, stage2, themeable |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-16T13:06:59.000+0000 |
| Updated | 2017-03-03T23:22:31.000+0000 |
Description
Extends TextBox (FontWidget, Widget, View, Evented).
Remove blur(), focus(), and hasText() methods as they are inherited from TextBox. Remove incorrect "hintText" property.
Properties:
* scrollable - not supported
Events:
* selected - not supported
Update API docs with support for properties:
* autocapitalization - not supported
* returnKeyType - not supported
* scrollable - not supported
* transform
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1216
Test cases attached to TIMOB-7224.
Deferring all unsupported APIs to a new ticket so that the existing fixes can get merged.
Closing ticket as MobileWeb is no longer supported.