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

popover does not regard showBackdrop in 4.0.0-beta.12 #15878

Closed
ziegi opened this issue Oct 6, 2018 · 1 comment
Closed

popover does not regard showBackdrop in 4.0.0-beta.12 #15878

ziegi opened this issue Oct 6, 2018 · 1 comment
Assignees

Comments

@ziegi
Copy link

ziegi commented Oct 6, 2018

Bug Report

Ionic Info

Ionic:

   ionic (Ionic CLI)             : 4.2.1 (/usr/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.0.0-beta.12
   @angular-devkit/build-angular : 0.8.4
   @angular-devkit/schematics    : 0.8.4
   @angular/cli                  : 6.2.4
   @ionic/angular-toolkit        : not installed

Cordova:

   cordova (Cordova CLI) : not installed
   Cordova Platforms     : not available
   Cordova Plugins       : not available

System:

   Android SDK Tools : 26.1.1 (/home/ziegi/addons/android/sdk)
   NodeJS            : v8.12.0 (/usr/bin/node)
   npm               : 6.4.1
   OS                : Linux 4.15

Describe the Bug
setting showBackdrop: false in PopoverController.create() will still show the backdrop

Related Code

  constructor(private popoverCtrl: PopoverController) {}
   
   openDropDown(event: any) {
        this.popoverCtrl.create({
            component: SearchCategoryPopoverComponent,
            event: event,
            animated: false,
            showBackdrop: false,
        }).then( (popover) => popover.present());
    }

Expected Behavior
backdrop should not be displayed

@ionitron-bot ionitron-bot bot added the triage label Oct 6, 2018
@manucorporat manucorporat self-assigned this Oct 8, 2018
@ionitron-bot ionitron-bot bot removed the triage label Oct 8, 2018
manucorporat added a commit that referenced this issue Oct 8, 2018
@ionitron-bot
Copy link

ionitron-bot bot commented Nov 7, 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 Nov 7, 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

2 participants