question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug(5.2.0): must not manipulate the layer below ion-alert modal.

See original GitHub issue

Bug Report

Ionic version:

[ ] 4.x [x] 5.2.0

Current behavior: AlertController.create() on iOS can manipulate the layer below the alert modal.

Expected behavior: must not control the layer below the alert modal.

Steps to reproduce:

Related code:

A sample application: https://naughty-saha-7ce12f.netlify.app/

↑Please emulate ios.

This source code: https://github.com/rdlabo/ion-alert-pointer/blob/master/src/app/home/home.page.ts

I didn’t do anything special.

Other information:

This caused:

Ionic info:

Ionic:

   Ionic CLI                     : 6.9.1 (/Users/sakakibara/dev/ionic-cli/packages/@ionic/cli)
   Ionic Framework               : @ionic/angular 5.2.0
   @angular-devkit/build-angular : 0.901.8
   @angular-devkit/schematics    : 9.1.8
   @angular/cli                  : 9.1.8
   @ionic/angular-toolkit        : 2.2.0

Utility:

   cordova-res (update available: 0.14.0) : 0.11.0
   native-run                             : not installed

System:

   NodeJS : v12.16.2 (/usr/local/bin/node)
   npm    : 6.14.4
   OS     : macOS Catalina

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
rdlabocommented, Jun 11, 2020

We can avoid this.

.alert-button .alert-button-inner {
  pointer-events: auto !important;
}
1reaction
liamdebeasicommented, Jun 11, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

bug(5.2.0): must not manipulate the layer below ion-alert ...
Current behavior: AlertController.create() on iOS can manipulate the layer below the alert modal. Expected behavior: must not control the layer ...
Read more >
Release Notes for Alpha Anywhere (Alpha Five Version 12)
NOTE: This build has introduced a bug in the Javascript Action to refresh the data in a UX Component ViewBox control. After you...
Read more >
Untitled
3714, Warming glow dexter finale, Sql developer filter not working, ... King under your control, World of tanks blitz hack no survey, Ndanville,...
Read more >
LTS Changelog - Jenkins
Existing installations do not change the node name (e.g. NODE_NAME environment variable) or label of the built-in node until an administrator explicitly ...
Read more >
Release notes and release history for Mobiscroll
We fixed an issue where navigating the view with custom buttons was not animated. ... type of the segmented value to accept any...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found