[TIMOB-25641] Windows: View.add should be ignored when it's ready added
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Done |
Resolution Date | 2018-01-22T01:29:32.000+0000 |
Affected Version/s | Release 7.0.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2018-01-03T08:52:34.000+0000 |
Updated | 2018-08-06T17:34:46.000+0000 |
Description
TIMOB-25465 and TIMOB-25639 show that rendering issue happens when you try to
add
a view that is already added. According to the current code, we are not actually checking if the View is already added but just leaves the platform behavior how to render it in that case. We should just ignore the add
operation when it is already added.
https://github.com/appcelerator/titanium_mobile_windows/pull/1170
Marks this Done as it's already merged, so customer can test our nightly build.
Closed as completed. If this is in error, please reopen.