cefsharp / CefSharp

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

Dropdowns fail after minimize, maximize #656

Closed RadicalLinux closed 9 years ago

RadicalLinux commented 10 years ago

Okay this issue occurs between tag 33.0.2 and then new 37.0.0.pre01 with WinForms 33.0.2 works fine

HTML dropdowns on hidden tabs stop working properly after minimize, maximize. This does not seem to happen with Windows Tab Control like in example, but does happen with Dockpanel Suite.
The dropdown is still there, but is no longer in the proper position (They may be off screen or outside of the application.)

Now I am unsure of which commit broke the functionality, but I'm wondering if the Focus commits have broken something. I did try using the later versions of CEF (that addressed the issue in #655) to no avail.

amaitland commented 9 years ago

Opened #672 so closing this.