[bug] Label with text "Tao Window" Visible in Transparent Undecorated Fullscreen Window #7369
Open
Description
Describe the bug
When creating a window with transparent, undecorated, and not fullscreen, then we make that window to fullscreen by invoke a set_fullscreen(true) then a label "Tao Window" appear along a blue-ish bar.
Reproduction
- Create a new window beside main window with this following properties:
transparent = true
decorations = false
skip_taskbar = false
- Trigger a fullscreen of that window
- It should have a Tao Window Label present.
I also create a small example using VITE+REACTJS here: https://github.com/Hraefns/bug-transparent-fullscreen
Expected behavior
A fullscreen window should not have a label "tao window" nor a blue-ish bar
Platform and versions
[✔] Environment
- OS: Windows 10.0.22621 X64
✔ WebView2: 114.0.1823.67
✔ MSVC: Visual Studio Community 2022
✔ rustc: 1.70.0 (90c541806 2023-05-31)
✔ Cargo: 1.70.0 (ec8a8a0ca 2023-04-25)
✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 16.15.0
- yarn: 1.22.19
- npm: 9.6.6
[-] Packages
- tauri [RUST]: 1.4.1
- tauri-build [RUST]: 1.4.0
- wry [RUST]: 0.24.3
- tao [RUST]: 0.16.2
- @tauri-apps/api [NPM]: 1.4.0
- @tauri-apps/cli [NPM]: 1.4.0
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../build
- devPath: http://localhost:5173/
- framework: React
- bundler: Vite
Stack trace
No response
Additional context
No response
Metadata
Assignees
Type
Projects
Status
📬Proposal