ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Fix for the keyboard and mouse issue with the menu bar. #6

Closed cherpake closed 11 years ago

cherpake commented 12 years ago

I haven't found a normal way of converting keyboard input so i used WndProc :-(

But this works.

ataranto commented 12 years ago

Sorry for my delayed reply, I haven't had much time for CefSharp but I will spend some time updating my fork next week. Can you explain again what issue this code is designed to fix? Thanks.

cherpake commented 12 years ago

Hi, no problem.

This fix should solve the issue when you add a menu strip to the window that hosts the browser control, without this fix you cannot use keyboard shortcuts to open the menu (like Ctrl-F should open File menu), and when you open the menu item, and then click inside the browser, opened menu item remain opened (it should close automatically, like it does in other windows applications).

-Evgeny

On Fri, Nov 11, 2011 at 9:18 PM, anthony < reply@reply.github.com

wrote:

Sorry for my delayed reply, I haven't had much time for CefSharp but I will spend some time updating my fork next week. Can you explain again what issue this code is designed to fix? Thanks.


Reply to this email directly or view it on GitHub: https://github.com/ataranto/CefSharp/pull/6#issuecomment-2712003

ataranto commented 11 years ago

this is old and the diff is kind of noisy. closing.