-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Moving window across screen is very laggy #66
Comments
Could you please screen record what actually happens and could you please specify your OS? cuz it's just working fine for me, and I use the In addition, for Windows, I'm using |
I got same problem on windows 10 pro 20H2 video-1632710618.mp4 |
OS: Win10 Video not showing the effect, not enough fps to see effect, and it not showing the input lag between mouse move on the table and screen reaction. If I make window bigger, the lag is bigger. If I move window ~5 sec and relese, I see 2 cursors, first is stil moving with window, second is system xD
I can't install packages for both repo's xD, it fails on node-gyp, because it want Visual Studio to be installed. WTF if this is |
Okay, I'll add an option to use electron's browserwindow instead of
Yes, underneath the hood, it checks what OS is, If it's Windows, then it will require VS C++ to compile some native windows 10 features such as the Acrylic effect and to parse icons from exe file, this feature only works and is only supported on Windows 10. If the OS is not windows, it does not require the VS C++ and can be run, but without the features I mentioned. |
I had the same issue on my first installation (Windows 10) where in that time I had Xplorer and windows explorer open at the same time. When I re-open the app the issue was fixed! |
I just did a clean installation and I saw the same laggy issue. I can suggest a temp solution for anyone else who has the same issue. If you disable the acrylic |
Ye, that's the way, I think we should just turn off vibrancy support for default (this will import Electron's BrowserWindow as default) and only enable it if the user enables it (will need to reopen the app to see the effect). I'll update it soon, or do you want to contri ? |
@kimlimjustin Sure I will submit a PR later today. I will try to add a note for users to inform them that if they enable this setting they need to restart the app to take effect. What do you thing about that? |
Yeah sounds good! |
Does this still occur on v0.2.0? |
I'll close this issue because of inactivity, please open another issue if this issue still occurs on the latest version. |
Describe the bug
When I move window, it not moving as normal window.
To Reproduce
Try to move
Sugestion
Remove you implementation. And replace just with one line of css code for desired element, to make window moving if you try to drag this element.
-webkit-app-region: drag;
https://www.electronjs.org/docs/latest/api/frameless-window/#draggable-region
The text was updated successfully, but these errors were encountered: