Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAJOR] GH-28 Progress dialogs should not be cancellable outside the window #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brodycj
Copy link

@brodycj brodycj commented Oct 4, 2018

Proposal to cherry-pick the fix proposed in PR #28 without the whitespace fixes that are now part of PR #109. The change in behavior makes sense to me. I think this change should go into a new major release.

Resolves #28

@janpio
Copy link
Member

janpio commented Oct 4, 2018

Please update the PR to describe what the codee change actually does, or what the situation before was.

@oliversalzburg
Copy link

Pretty sure the change results in the dialogs not being cancellable by touching outside the dialog.

The problem, as I understand it, is that you can tap anywhere on the screen and thus cancel the dialog, which is almost always unintended for a progress indicator. This change fixes that.

@janpio
Copy link
Member

janpio commented Oct 30, 2018

So the PR title is still wrong, correct @oliversalzburg?

@oliversalzburg
Copy link

@janpio It is unless my interpretation of the change is wrong.

@brodycj brodycj changed the title [MAJOR] GH-28 Progress dialogs should be cancellable outside the window [MAJOR] GH-28 Progress dialogs should not be cancellable outside the window Oct 30, 2018
@brodycj
Copy link
Author

brodycj commented Oct 30, 2018

I just corrected the title, thanks @oliversalzburg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants