[TIMOB-3048] Android: Picker's dialog does not appear on current activity (but does on back activity)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T02:00:46.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.6.0 M08 |
| Components | Android |
| Labels | android, defect, lifecycle_refactor, regression, release-1.6.0, reported-1.6.0 |
| Reporter | Bill Dawson |
| Assignee | Bill Dawson |
| Created | 2011-04-15T03:35:28.000+0000 |
| Updated | 2011-04-17T02:00:46.000+0000 |
Description
Reproduce: KitchenSink - Controls - Picker - Basic. Click the picker. The picker's dialog will not appear. Go back one screen (activity) and you'll see it.
(from [3d1497bc9076c203aaf93213948a8a02c3d5f413]) make sure to switch the window proxy's context in all situations where a new context has been created from TiUIWindow [#3048 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/3d1497bc9076c203aaf93213948a8a02c3d5f413"> https://github.com/appcelerator/titanium_mobile/commit/3d1497bc9076...
Re-assigning to marshall since he did the fix, then I'll test the fix.
Android 2.2, Titanium 1.6.0 3d1497b:
Kitchen Sink picker tests now behave normally.