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]: Slider component looking weird when hideTextInput is true #16525

Open
2 tasks done
dkaushik95 opened this issue May 21, 2024 · 0 comments
Open
2 tasks done

[Bug]: Slider component looking weird when hideTextInput is true #16525

dkaushik95 opened this issue May 21, 2024 · 0 comments

Comments

@dkaushik95
Copy link
Contributor

dkaushik95 commented May 21, 2024

Package

@carbon/react

Browser

Chrome

Package version

v1.55.0

React version

v17.0.2

Description

Expected vs actual in the screenshot below:

image

Reproduction/example

https://codesandbox.io/p/devbox/slider-issue-k9jpm9

Steps to reproduce

Open the codesandbox above, and se the two sliders for comparison.

I think the popover is changing the style of the slider "thumb"

The above's has a workaround by adding the following to the client's css:

.custom-slider {
     .cds--popover-container {
         position: absolute;
     }
}

Suggested Severity

Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.

Application/PAL

Instana

Code of Conduct

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

No branches or pull requests

2 participants