cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.87k stars 2.92k forks source link

WPF - Dropdown popup doesnt overflow the window like normal applications #4382

Closed EricPRHC closed 1 year ago

EricPRHC commented 1 year ago

In our production environment an external integrated party has a website with a native dropdown at the bottom of their page. Unfortunately the dropdown popup doesnt render completely as it typically pops up below the dropdown. Though we use WPF, for testing purposes I've compared the minimal example in WinForms as well, which does work.

CefSharp WPF: image

CefSharp WinForms: image

Chrome webbrowser: image

amaitland commented 1 year ago

Closing as duplicate of #2820