[TIMOB-23640] Android: Ti.UI.Window never fires postlayout event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2018-05-29T14:02:23.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-14T17:27:42.000+0000 |
Updated | 2018-05-29T14:02:23.000+0000 |
Description
Ti.UI.Window is a subclass of Ti.UI.View and should therefore fire a postlayout event just like all the other 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.Window-event-postlayout
No comments