Skip to content
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

[bug] Label with text "Tao Window" Visible in Transparent Undecorated Fullscreen Window #7369

Open
Hraefns opened this issue Jul 6, 2023 · 1 comment
Labels
platform: Windows status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@Hraefns
Copy link

Hraefns commented Jul 6, 2023

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.
image

Reproduction

  1. Create a new window beside main window with this following properties:
 transparent = true
 decorations = false
 skip_taskbar = false
  1. Trigger a fullscreen of that window
  2. 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

@Hraefns Hraefns added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jul 6, 2023
@Icekey
Copy link

Icekey commented Oct 6, 2023

Another way to reproduce the bug is to create a fullscreen window and then changing a window property. I tried "set_ignore_cursor_events, set_closable and set_resizable" and everytime the blue-ish "Tao Window" bar appears.
I am guessing that the bar appears when any property of a transparent fullscreen window is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Windows status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
Status: 📬Proposal
Development

No branches or pull requests

3 participants