[TIMOB-8104] MobileWeb: Destroy calls the wrong remove() method.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-20T15:28:17.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-03-20T10:16:51.000+0000 |
Updated | 2017-03-03T23:55:49.000+0000 |
Description
Destroy calls parent.remove(), but some controls have "special" remove methods that don't do what we want. Need to call prototype instead.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1760
Closing ticket as MobileWeb is no longer supported.