[TIMOB-23642] Android: Ti.UI.View never fires postlayout event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2018-05-29T14:02:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Unknown |
Created | 2016-07-14T20:29:17.000+0000 |
Updated | 2018-05-29T14:02:10.000+0000 |
Description
Ti.UI.View should fire a postlayout event just like most of it's subclasses do. It never does, so any UI tests we have relying on post layout listeners time out on Android.
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.View-event-postlayout
This was raised as a result of failing/timing out unit tests. I revisited those tests and can see they do now pass if I no longer skip them.