Actions
Feature #14251
closedMake a WDialog closable when unfocused
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/15/2026
Due date:
% Done:
0%
Estimated time:
Description
A WDialog can currently be closed from the UI if:
- setClosable() is enabled, and the user presses the close button
- rejectWhenEscapePressed() is enabled, and the user presses the "escape" key
Aside from those options it would also be nice to allow the popup to be closed when the user presses away from it. E.g. they click with their mouse out of the box (and in the model, or elsewhere on the page).
Updated by Romain Mardulyn 9 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 8 days ago
- Status changed from InProgress to New
- Assignee deleted (
Romain Mardulyn) - Target version deleted (
4.14.0)
Updated by Romain Mardulyn 1 day ago
- Status changed from New to Rejected
This already is possible with WDialog::setTransient()
Actions