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

[Ionic V4] Click event on disabled fab-button #15120

Closed
aam-antonio opened this issue Aug 10, 2018 · 3 comments
Closed

[Ionic V4] Click event on disabled fab-button #15120

aam-antonio opened this issue Aug 10, 2018 · 3 comments
Assignees

Comments

@aam-antonio
Copy link

Bug Report

Ionic Info
Ionic Framework : @ionic/angular 4.0.0-beta.2

Describe the Bug
Disabled ion-fab-button stills allowing interaction with the user.

Related Code

<ion-fab-button disabled (click)="test()">
  <ion-icon name="add"></ion-icon>
</ion-fab-button>

test() {
  console.log('hello');
}

Expected Behavior
The user should not interact with the fab button.

@ionitron-bot ionitron-bot bot added triage and removed triage labels Aug 10, 2018
@brandyscarney
Copy link
Member

Thanks for the issue!

@camwiegert Could you see if this is the same issue as #14719? We may want to double check some of our other buttons.

@manucorporat
Copy link
Contributor

Probably adding pointer-none to all host components if there are disable

@manucorporat manucorporat self-assigned this Aug 10, 2018
@ionitron-bot
Copy link

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