-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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]: Modals are clipping combobox dropdowns #9732
Labels
component: dropdown
package: components
carbon-components
severity: 2
https://ibm.biz/carbon-severity
type: bug 🐛
Comments
andreancardona
added
component: dropdown
impact: high 😱
package: components
carbon-components
severity: 3
https://ibm.biz/carbon-severity
and removed
status: needs triage 🕵️♀️
labels
Sep 24, 2021
2 tasks
This appears to also be related to #7565? Maybe not though since this doesn't mention scrollable areas inside modal, just the modal itself. |
tay1orjones
added
severity: 2
https://ibm.biz/carbon-severity
and removed
impact: high 😱
severity: 3
https://ibm.biz/carbon-severity
labels
Sep 19, 2022
is this and #7565 the same issue? if so, should we close one? |
Yeah @francinelucca they are encountering the same issue. It seems like the other issue has a bit more history / workarounds, so lets close this one in favor of that 👍🏻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: dropdown
package: components
carbon-components
severity: 2
https://ibm.biz/carbon-severity
type: bug 🐛
Package
carbon-components
Browser
Chrome
Package version
10.44
Description
Modals are now clipping the combobox dropdown, or at least, forcing it to remain in the modal.
This is a regression from #7698, which is no longer needed because the real problem was fixed in #9418.
So, the solution here (I believe) is to roll back #7698.
CodeSandbox example
https://codesandbox.io/s/cocky-lovelace-d95h5?file=/index.js
Steps to reproduce
Open https://codesandbox.io/s/cocky-lovelace-d95h5?file=/index.js, scroll down to the combobox, and open the dropdown.
Note that it does not overlay the modal's "Cancel" and "Submit" buttons like it should.
Code of Conduct
The text was updated successfully, but these errors were encountered: