-
Notifications
You must be signed in to change notification settings - Fork 46
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
Artifacts on overview after dragging windows. #39
Comments
Similar things happen when swapping from one workspace to another. All applications which are not minimized have a similar artifact border, all application that were minimized when opening the overview work correctly. When hovering over an application the artifact diappears. |
Exact same behavior as Nereboss |
Same here, for me those artifacts also show up sometimes when I switch between workspaces on overview screen, |
- Extract the code to compute the shadow in extensions.ts to utils/ui.ts (UI.UI.UpdateShadowOfWindowPreview) - Connect `drag-end` signal to update shadow of window in overview - Monkey patch imports.ui.workspacesView.WorkspacesView._scrollToActive to update shadow of window when switch workspace in overview. Relative to #39
- Extract the code to compute the shadow in extensions.ts to utils/ui.ts (UI.UI.UpdateShadowOfWindowPreview) - Connect `drag-end` signal to update shadow of window in overview - Monkey patch imports.ui.workspacesView.WorkspacesView._scrollToActive to update shadow of window when switch workspace in overview. Relative to #39
Should be fixed in a1d7ace, now artifacts should disappear when drag window & switch workspace in overview: 2022.09.04.18.53.13.webm2022.09.04.18.53.51.webm |
There is still artifacts when type something in overview: 2022.09.04.21.33.40.webm |
I don't see the glitch happening when typing something in overview on my system, |
Should be fixed in #51, you can reopen this issue if artifacts still appears in overview. |
After dragging a window on the overview it creates an artifact border on the bottom right of the window.
video.webm
it works both moving the window to other workspace or releasing it on the same workspace.
Edit: Extension Version 5, Fedora 36, Shell 42.3, Wayland, AMD integrated graphics.
The text was updated successfully, but these errors were encountered: