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

Fix: allow tooltip disabled icon button #3062

Conversation

klaascuvelier
Copy link
Contributor

Closes #3049

Fix regression from v4: this will not hide the tooltip for a disabled icon-button.

Changelog

Changed

  • fix: allow tooltip for disabled icon-button

@klaascuvelier klaascuvelier requested a review from a team as a code owner November 19, 2024 10:39
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for carbon-components-angular ready!

Name Link
🔨 Latest commit 70a4382
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-angular/deploys/6740b1516b473d0008ca6573
😎 Deploy Preview https://deploy-preview-3062--carbon-components-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

src/button/icon-button.component.ts Show resolved Hide resolved
src/button/icon-button.stories.ts Outdated Show resolved Hide resolved
@klaascuvelier klaascuvelier force-pushed the fix-3049-tooltip-disabled-icon-button branch from 0ee822c to 366c79c Compare November 20, 2024 18:47
@klaascuvelier klaascuvelier force-pushed the fix-3049-tooltip-disabled-icon-button branch from 366c79c to 06df8ea Compare November 20, 2024 18:48
@klaascuvelier
Copy link
Contributor Author

Both remarks have been addressed @Akshat55, not sure if you want me to resolve them or you rather do it yourself after checking it out.

@Akshat55 Akshat55 merged commit bcc505f into carbon-design-system:master Nov 22, 2024
14 checks passed
Copy link

🎉 This PR is included in version 5.56.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 6.0.0-rc.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip error thrown when switching the disabled state for a cds-icon-button from true to false.
2 participants