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

Clipboard ops don't work from WinForms menubar #963

Merged
merged 1 commit into from
Apr 23, 2015

Conversation

rassilon
Copy link
Contributor

Use GetFocusedFrame() for all clipboard and undo/redo stack activities.
Hopefully, this will fix #928

If we merge this in, I can merge this into 2272 as well.

Use GetFocusedFrame() for all clipboard and undo/redo stack activities.
@amaitland amaitland added this to the 39.0.1 milestone Apr 22, 2015
@rassilon
Copy link
Contributor Author

Turns out the WinForms example app already had the edit menu. I tested all of the Edit menu operations in the jfiddle iframe from #928 after these changes and they all worked.

rassilon added a commit that referenced this pull request Apr 23, 2015
Clipboard ops don't work from WinForms menubar for non-main frames, use focused frame instead.
@rassilon rassilon merged commit 7ed4f1d into cefsharp:master Apr 23, 2015
@rassilon rassilon deleted the Fix928 branch April 23, 2015 23:31
@amaitland
Copy link
Member

Nice 👍

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

Successfully merging this pull request may close these issues.

Copy and Paste Does not work Inside Iframe when using main menu
2 participants