Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18592] Android: Titanium.UI.Android.ProgressIndicator cancelable property is not working.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-02-27T18:27:46.000+0000
Affected Version/sRelease 4.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsqe-4.0.0, regression
ReporterKhushbu Agrawal
AssigneeHieu Pham
Created2015-02-18T10:06:27.000+0000
Updated2017-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

FileDateSize
app.js2015-02-18T10:06:27.000+0000762

Comments

  1. Hieu Pham 2015-02-26

    PR: https://github.com/appcelerator/titanium_mobile/pull/6667
  2. Lee Morris 2017-03-14

    Closing ticket as fixed.

JSON Source