[TIMOB-18592] Android: Titanium.UI.Android.ProgressIndicator cancelable property is not working.
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-02-27T18:27:46.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-4.0.0, regression |
Reporter | Khushbu Agrawal |
Assignee | Hieu Pham |
Created | 2015-02-18T10:06:27.000+0000 |
Updated | 2017-03-14T19:20:36.000+0000 |
Description
Description:
This is regression as it is working with Titanium SDK 3.4.1 GA.
When cancelable property is set to false, clicking on back button should not allow user to cancel the progress dialog by pressing the BACK button.
STEP TO REPRODUCE:
1. Create classic app and replace it app.js with attached one.
2. Run the app
3. Click on the back button
EXPECTED RESULT:
3. Progress Dialog shouldn't be canceled on clicking the back button.
ACTUAL RESULT:
3. Clicking on back button cancels the progress dialog even the cancelable property is set to false.
Attachments
File | Date | Size |
app.js | 2015-02-18T10:06:27.000+0000 | 762 |
PR: https://github.com/appcelerator/titanium_mobile/pull/6667
Closing ticket as fixed.