-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Feature - CefDragHandler #673
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trying to learn how to Implement a feature for Dragging Objects into CefSharp
The project will build now.. got to figure out what's needed for DragData.cs and DragOperationsMask.cs
Spacing corrections
Completed DragData.cs and DragOperationsMask.cs When you return true from OnDragEnter I was expecting to cancel all requests But if you Drag an image from one url to another it still does not prevent this from happening.. more research is needed.
Maybe I am over thinking it ... It probably should be handled like this. http://www.eatoncode.com/shareit/2014-11-28_2031.png but I still got an issue.
It appears that I did not need to include the cef_drag_handler.h file, seems to work fine without it.
Need to figure out why DataClass is not accepted
Re-add DragOperationsMask
Apply flags attribute and implement `Every` option
… wrapper around CefDragData
…eamWriter wrapper before this method can be implemented)
There are a few whitespace/cleanup fixes still required now that I'm looking at the "Files Changed", I'll fix those a bit later, I've done enough for tonight. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement basic CefDragHandler support, it's not a fully complete implementation.
Also note there's a number of files that have been deleted that are unrelated to this PR (they're just cleanup that I found along the way).
Update
Incomplete parts related to