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]: combobox dropdown not fully visible in datagrid row/cell #31359

Open
2 tasks done
joriverm opened this issue May 14, 2024 · 1 comment
Open
2 tasks done

[Bug]: combobox dropdown not fully visible in datagrid row/cell #31359

joriverm opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@joriverm
Copy link

joriverm commented May 14, 2024

Library

Web Components (@fluentui/web-components)

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
    Memory: 3.83 GB / 31.20 GB
  Browsers:
    Edge: Chromium (124.0.2478.51)
    Internet Explorer: 11.0.19041.3636
    Firefox : 125.0.3

Are you reporting Accessibility issue?

None

Reproduction

https://codepen.io/joriverm/pen/LYoVNwm

Bug Description

Actual Behavior

the dropdown of the combobox is overlapped by the next row
image

this was originally reported in the blazor components, but was found to be a bug in the web components themselves : microsoft/fluentui-blazor#880

Expected Behavior

combobox dropdown to be on top of the data grid row/cell

Logs

No response

Requested priority

High

Products/sites affected

internal client website, can not provide link

Are you willing to submit a PR to fix?

yes

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.
@Nianwei
Copy link

Nianwei commented May 30, 2024

This appears to applied to situation when it's parent container has "overflow:hidden" in style. Unfortunately developers that uses the Combobox may not have control over the parent container's style sheets, so the dropdown itself needs move out of the parent container from the DOM tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants