tauri-apps / tauri-apps/plugins-workspace
[dialog] Opening a message dialog while a file dialog is open causes file dialog to enter a unresponsive state
Open
platform: macos
plugin: dialog
type: bug
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
Steps to reproduce:
Open a file dialog
Whilst in a file dialog, open a message dialogue, for example, via a keyboard shortcut. I tested with the "Quit" global menu event and the command-q keyboard shortcut.
Close the file dialog. The file dialog will close and the message dialog will appear.
Close the message dialog. The file dialog will then re-appear and become unresponsive.
Tested on MacOS 14.3.1 and 14.4
name = "tauri-plugin-dialog"
version = "2.0.0-beta.3"
name = "tauri"
version = "2.0.0-beta.13"
Tested with file dialog called from both JS and Rust, with the message dialog called from rust.
Contributor guide
Assessment
This issue has not been assessed yet.