Hello. I'm using FileDialog to save content, and it always emits the confirmation signal on "save" button click. But if the file already exists and I click the "save" button, the signal will be emitted and a popup appears asking to overwrite the file, the popup won't emit any signals on cancel or confirmation.
If I double click the existing file in FileDialog, same popup appears and no signals will be emitted on either of the actions and FileDialog closes without any signals for the double clicked existing file.