[TIMOB-1772] Android: Back button reloads window on first press
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect, regression |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:01:48.000+0000 |
Updated | 2011-04-17T01:57:07.000+0000 |
Description
1.using the most recent pull (as of 2:00 pm thursday), install
KS
2.tap into any test case, the hit the back button
results:the window reloads, hit back again and it take you back a level.
Changed title to reflect cause.
(from [bd88ee15c44ee9a589a4471961b51b642d01798b]) [#1772 state:fixed-in-qa] a proxy specific method, hasListeners, was not filtering to the proxy. This caused a false positive in detecting a click handler set on the row firing it twice. http://github.com/appcelerator/titanium_mobile/commit/bd88ee15c44ee9a589a4471961b51b642d01798b"> http://github.com/appcelerator/titanium_mobile/commit/bd88ee15c44ee...
that was fast!