Closed floriskn closed 3 days ago
In addition, after updating to tauri 2.0.6, for any window with decoration is set to false view higit will be calculated wrongly. For example for window with settings:
{
"width": 530,
"height": 285,
"decorations": false,
}
actual hieght will be 324 pixels.
In case decoration is set to true, hight will be calculated correctly
I also encountered this issue: when setting decoration to false, there are problems with width and height calculations, and the window's move handle (title bar) also doesn't work properly, and it never takes effect.
this should be fixed with the next release of tao
see https://github.com/tauri-apps/tao/pull/1010
this should be fixed with the next release of see tauri-apps/tao#1010
tao
Thanks for the update. Could you please let me know when the next release is expected to be out?
Describe the bug
When using a Tauri application with
decoration: false
, several issues occur with window sizing, particularly in fullscreen mode:Inner Window Size in Fullscreen:
decoration: false
; withdecoration: true
, the behavior is correct.Unexpected Borders in Fullscreen:
Incorrect Window Size on Creation:
800x600
creates an outer window of816x639
pixels.814x637
pixels.Fullscreen Issues After Maximization:
Reproduction
Steps to Reproduce
Expected behavior
Full
tauri info
outputStack trace
No response
Additional context
This issue does not occur when decoration: true