[TIMOB-7838] MobileWeb: Make CSS more modular.
GitHub Issue | n/a |
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-29T23:52:28.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | MobileWeb |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2012-02-28T10:33:34.000+0000 |
Updated | 2014-02-04T01:09:19.000+0000 |
Description
The current CSS layout has grown organically from the start, and is now unwieldy and rather inflexible. This needs to be cleaned up to make future work easier and to enable new scenarios.
Right now, a number of controls depend on Ti.UI.Button because they use the styling of it, but do not need the full functionality. Separating the style from the control will allow for greater flexibility and efficiency.
PickerColumn has some unique requirements that require this change.
Attachments
File | Date | Size |
app.js | 2012-02-28T18:03:50.000+0000 | 8576 |
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1536