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(CDK): cdk-describedby-message-container visible below application footer

See original GitHub issue

Is 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:

  1. Create an application with a footer and tooltips on multiple items
  2. 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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
angular-automatic-lock-bot[bot]commented, Mar 4, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

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