[TIMOB-2433] Android: OptionMenu MenuItem's click callbacks don't persist w/ tabbed window switching
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M04 |
Components | Android |
Labels | android, click, defect, enterprise, menuitem, optionmenu, release-1.6.0, rplist |
Reporter | Robby |
Assignee | Don Thorp |
Created | 2011-04-15T03:19:40.000+0000 |
Updated | 2011-04-17T01:59:05.000+0000 |
Description
I have an app with 4 tabs. One of the tabs has a OptionMenu associated with it with a few MenuItems. When I initially go to the tab, I can properly call up the menu and touching each item invokes its click callback, as should be expected. However, if I switch off of that window (either by changing tabs, or launching a child window in that same tab), and then come back, the menu will (usually) still pop up, but the menuitems won't trigger (I can touch the item, but click never gets called).
I have tested this same exact code under 1.4.2 with Android and iOS and it works properly. This seems like a 1.5.x regression (using the 1.5.x from 11/24).
Attachments
File | Date | Size |
---|---|---|
ticket2433.zip | 2011-04-15T03:19:41.000+0000 | 4203970 |