[TIMOB-8160] MobileWeb: Convert internal use of View.add() calls to Element._add()
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-04T18:30:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-03-21T12:02:51.000+0000 |
Updated | 2014-01-28T23:57:34.000+0000 |
Description
Any call to View.add() needs to be replaced with a call to Element._add(). Eventually, the Widget class will be changed from inheriting from View to inheriting directly from Element. Any control that needs to add something to itself internally will break. Before we do this, we need to convert these calls to the universal _add().
This was fixed elsewhere and is no longer an issue.