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: Action sheet (md) subHeader overlapps the buttons. #23316

Closed
infacto opened this issue May 17, 2021 · 4 comments · Fixed by #23318
Closed

bug: Action sheet (md) subHeader overlapps the buttons. #23316

infacto opened this issue May 17, 2021 · 4 comments · Fixed by #23318
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@infacto
Copy link

infacto commented May 17, 2021

Bug Report

Ionic version:
5.x

Current behavior:
The subHeader text overlapps the action buttons.

Expected behavior:
!CurrentBehavior (No overlapping elements.)

Steps to reproduce:

Related code:

const actionSheet = await this.actionSheetCtrl.create({
  header: 'Demo',
  subHeader: 'This is a demo of an action sheet with a sub header.',
  buttons: [
    {
      text: 'Cancel',
      role: 'cancel',
    },
    {
      text: 'Bug',
      icon: 'bug',
    },
  ],
});

await actionSheet.present();

image

Other information:
Also see e.g. #17588 (which was closed due to inactivity)...
The ios mode is ok. It only appears in md mode.

image

Ionic info:

"@ionic/angular": "^5.3.2",
Windows 10
Chrome / Edge (Chromium 90)
@liamdebeasi
Copy link
Contributor

Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?

npm install @ionic/angular@5.7.0-dev.202105171939.d4827c1

@infacto
Copy link
Author

infacto commented May 18, 2021

@liamdebeasi Yes fixed. 👍

@liamdebeasi
Copy link
Contributor

Thanks for the issue. This has been resolved via #23318, and a fix will be available in an upcoming release of Ionic Framework.

@ionitron-bot
Copy link

ionitron-bot bot commented Jun 20, 2021

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 Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants