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

Layout and Interaction Issues in StackBlitz #18661

Open
3 tasks
heloiselui opened this issue Feb 21, 2025 · 0 comments
Open
3 tasks

Layout and Interaction Issues in StackBlitz #18661

heloiselui opened this issue Feb 21, 2025 · 0 comments

Comments

@heloiselui
Copy link
Contributor

heloiselui commented Feb 21, 2025

Package:
@carbon/react

Browser:
Chrome

Package Version:
v1.75.0

Description:

While working with @carbon/react components, several tooltip-related issues were identified, affecting layout. In particular, tooltips are being cut off, text is unreadable, and scrolling does not behave as expected in certain cases. Addressing these problems will help improve the overall user experience and ensure better interaction consistency.

Tasks:

  • CopyButton

    • Problem: Tooltip is cut off when hovering, resulting in incomplete text display.
    • Expected Fix: Adjust tooltip positioning to ensure it is fully visible when the user hovers over the button.
  • DatePicker

    • Problem: Tooltip is cut off, and scrolling doesn't work properly on the overview page.
    • Expected Fix: Ensure the tooltip is properly rendered and the scrolling feature works without issues.
  • Tooltip (Default)

    • Problem: The text inside the tooltip is not readable, and the layout is distorted.
    • Expected Fix: Adjust the layout and ensure the tooltip text is clear.

For reference, in the codePreview.tsx file, you can check the rules and adjustments we apply to ensure that Storybook code is transformed correctly into a format that StackBlitz can interpret.

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

No branches or pull requests

1 participant