-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Updated windows window/frontend to fix issue with html select positioning #1082
Conversation
I would suggest having the notify function in the Window struct rather than options, as that's user options. In frontend Run, you can set the notify callback directly on the window struct after setting up chromium |
…d RegMsgHandler to Run
I moved the |
Also, I guess we still have to wait for a new tag on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is almost ready to go 👍
Also need to resolve conflicts |
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Oh no, i'm pretty sure i messed up... I shouldn't work on sunday i guess.. Trying to figure out how to 'restore' this PR |
Looks like I managed to revert the messup. Also moved the |
Nah, just update the dependency to use latest commit. I usually specify this like |
PR #1105 already bumped the |
LGTM! |
Cheers 🍾 |
Congrats on your first PR! |
Fixes #1081
Need to wait for the following PR (leaanthony/go-webview2#5) to merge so
go-webview2
exposes theNotifyParentWindowPositionChanged()
method.Was not sure how to correctly expose the chromium object to the window object. Do you agree with the proposed fix? Doesn't feel really solid imo
Note: First time creating a public Pull Request, so if I can improve certain parts, please let me know :)