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]: <Tag> carbon component hiding the content passed to it #18264

Closed
2 tasks done
KKNithin opened this issue Dec 18, 2024 · 0 comments · Fixed by #18265
Closed
2 tasks done

[Bug]: <Tag> carbon component hiding the content passed to it #18264

KKNithin opened this issue Dec 18, 2024 · 0 comments · Fixed by #18265
Assignees

Comments

@KKNithin
Copy link

KKNithin commented Dec 18, 2024

Package

@carbon/react

Browser

Chrome

Package version

v1.63.1

React version

v18.3.0

Description

Title: carbon component hiding the content passed to it
Reason/Findings:
Below is the sample tag with type 'high-contrast' and the tag content passed as text with length 27 [Threshold after which we see the issue]

<Tag type={'high-contrast'}>
        {'abcdabcdabcdabcdabcdabcdabcd'}
</Tag>
  • If I add few more characters then the string starts to fade

  • Also, when the background is white then the whole content is hidden.

Image

Image
https://github.com/user-attachments/assets/e6cccf34-11ce-4c47-88c3-c40401502a66

Reproduction/example

https://stackblitz.com/edit/github-imeakrob?file=README.md

Steps to reproduce

  • modify the text length using characters to see the issues [attaching a clip to show how I did it]
Carbon._Tag_.issue-20241218_123812-Meeting.Recording.1.mp4

Suggested Severity

Severity 1 = Must be fixed ASAP. The response must be swift. Someone from the team must drop all current work and be immediately reassigned to address the issue.

Application/PAL

No response

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants