[TIMOB-12426] MobileWeb: Implement removeAllChildren on Views
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-28T23:43:48.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | parity |
Reporter | Sabil Rahim |
Assignee | Eric Merriman |
Created | 2013-01-25T20:08:23.000+0000 |
Updated | 2017-08-16T01:08:38.000+0000 |
Note: The implementation will be simple, just hook into the _removeAllChildren method and update publishing via _unpublish. Updating the docs will probably take longer than the fix itself since we expose add() on everything that inherits from view, and thus will expose removeAllChildren on everything that inherits from view.
Just want to say that I have encountered this lack of functionality for scrollview. The documentation clearly says that mobileweb is supported but the removeAllChildren method is not defined for scrollview. This is a significant issue which I hope will be resolved soon.
Resolving ticket as "Won't Fix" as MobileWeb has been deprecated.