-
Notifications
You must be signed in to change notification settings - Fork 16k
fix: draggable views on BrowserViews on Windows #26738
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
Conversation
1ce963f
to
9cf1483
Compare
9cf1483
to
a9a02a9
Compare
Release Notes Persisted
|
I have automatically backported this PR to "11-x-y", please check out #26774 |
I have automatically backported this PR to "12-x-y", please check out #26775 |
@codebytere has manually backported this PR to "10-x-y", please check out #27222 |
@@ -40,6 +48,8 @@ class NativeBrowserViewViews : public NativeBrowserView { | |||
float auto_vertical_proportion_height_ = 0.; | |||
float auto_vertical_proportion_top_ = 0.; | |||
|
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.
where can I find -webkit-app-region
parsing?
I wanna find out how Electron works if -webkit-app-region
is applied.
@ckerr @codebytere @lsegal @vitaliel @anaisbetts
Description of Change
Closes #26562.
Prior to this PR draggable views did not work with BrowserViews except on macOS, which was fixed in #26145. This fixes that same functionality on Windows.
Tested with https://gist.github.com/7278c8c62ec976110afb47ef2d861a7a.
Checklist
npm test
passesRelease Notes
Notes: Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows.