Resizing a borderless window does not work with Ubuntu 18 #2708
-
Hi everyone ! I've seen this issue (tauri-apps/tao#104) on resizing a window without decorations on Windows and I'm wondering why I'm not able to reproduce this behavior on with Ubuntu 18.04.6 LTS. In my "windows": [
{
"title": "Title",
"width": 800,
"height": 800,
"resizable": true,
"decorations": false,
"transparent": true
}
], Minimizing, maximizing etc. works, snapping the window to a side of the screen or another works too, it's just that I cannot select the edges of my window to drag and resize it. Maybe it's an issue on my side ? Is it working for other people on Ubuntu 18 or more ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
what's you |
Beta Was this translation helpful? Give feedback.
what's you
tauri info
? Also try clicking in the first few pixels of an edge and drag. The cursor won't change due to a bug that has been resolved and will be available in next release. https://github.com/tauri-apps/wry/pull/402/files#diff-042ccc039d941aaf3412052c4c40c09a990fabbec0177e01d5ab491ebb8929a0R5