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][v2][windows] resize pointer doesn't show when set_decorations(false) #10105

Closed
percy507 opened this issue Jun 23, 2024 · 1 comment
Closed
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@percy507
Copy link

Describe the bug

On windows, when set_decorations(false), the resize pointer doesn't show when move the mouse near the window bound.

Reproduction

https://github.com/percy507/test-tauri-v2/tree/resize-pointer-do-not-show

https://github.com/percy507/test-tauri-v2/blob/5ade210fa6abd24c5b44db7f1e3be59b9ef29cf7/src-tauri/src/ui.rs#L28

Expected behavior

No response

Full tauri info output

$ npx tauri info

[✔] Environment
    - OS: Windows 10.0.19045 X64
    ✔ WebView2: 126.0.2592.68
    ✔ MSVC: Visual Studio Community 2022
    ✔ rustc: 1.79.0 (129f3b996 2024-06-10)
    ✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
    - node: 20.10.0
    - pnpm: 8.3.1
    - yarn: 1.22.22
    - npm: 10.2.3

[-] Packages
    - tauri [RUST]: 2.0.0-beta.22
    - tauri-build [RUST]: 2.0.0-beta.17
    - wry [RUST]: 0.40.1
    - tao [RUST]: 0.28.1
    - @tauri-apps/api [NPM]: 2.0.0-beta.13
    - @tauri-apps/cli [NPM]: 2.0.0-beta.20

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: http:https://localhost:1420/
    - framework: React
    - bundler: Vite

Stack trace

No response

Additional context

No response

@percy507 percy507 added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jun 23, 2024
@amrbashir
Copy link
Member

should be fixed by #9862 and will be available in the next release

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants