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

Bug:$ionicModal view bypass/dismissed unintended by $ionicPopup #5869

Closed
DazChong opened this issue Mar 18, 2016 · 2 comments
Closed

Bug:$ionicModal view bypass/dismissed unintended by $ionicPopup #5869

DazChong opened this issue Mar 18, 2016 · 2 comments

Comments

@DazChong
Copy link

Short description of the problem:

Bug:$ionicModal view bypass/dismissed unintended by $ionicPopup

What behavior are you expecting?

$ionicModal remain until intended dismiss

Steps to reproduce:

  1. create a new sidemenu template project
  2. $scope.doLogin() function to call $ionicPopup.alert
  3. after the alert show up, just after clicked OK to dismiss the popup, quickly click again anywhere on screen while the popup still in dismiss transition, and the modal will dismiss altogether.
  $scope.doLogin = function() {
    $ionicPopup.alert({
        title: 'Title'
    });
  };

Which Ionic Version? 1.x or 2.x

1.x

Run ionic info from terminal/cmd prompt:

Cordova CLI: 5.4.1
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.3
ios-sim version: 5.0.4
OS: Mac OS X El Capitan
Node Version: v4.4.0
Xcode version: Xcode 7.2.1 Build version 7C1002

@jgw96
Copy link
Contributor

jgw96 commented Jan 13, 2017

This issue was moved to ionic-team/ionic-v1#162

@jgw96 jgw96 closed this as completed Jan 13, 2017
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 4, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants