bug(CDK): cdk-describedby-message-container visible below application footer
See original GitHub issueIs this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
The div with ID cdk-describedby-message-container
, despite being tagged with visibility: hidden, will show as an empty white block the size of the tooltip labels it contains.
The only hack that appears to fix this is a display: none
on the element ID in the application stylesheet.
Reproduction
Steps to reproduce:
- Create an application with a footer and tooltips on multiple items
- See CDK DescribedBy container below the application footer.
Expected Behavior
This hidden div being invisible, not taking up visible space in the rendered DOM.
Actual Behavior
The div cdk-describedby-message-container
shows as an invisible div, still taking up space beneath an application footer.
Environment
- Angular: 11.1.2
- CDK/Material: 11.2.13
- Browser(s): Edge
- Operating System (e.g. Windows, macOS, Ubuntu): macOS
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Troubleshooting common AWS CDK issues
When deploying my AWS CDK stack, I receive a NoSuchBucket error ... When synthesizing an AWS CDK stack, I get the message --app...
Read more >Viewing online file analysis results for 'vendor-es5.js.008'
Disable animations application-wide * When an area of the template is set to have animations ... selectors: [ ["cdk-footer-cell"], ["td", "cdk-footer-cell", ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://material.angular.io/guide/theming#the-core-mixin
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.