Actions
Bug #13954
openSignal WPopupMenu::aboutToHide is not emitted if menu is closed by clicking outside
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
09/04/2025
Due date:
% Done:
0%
Estimated time:
Description
(It works if the menu is canceled using the Esc key.)
Files
Updated by Michael Seibt 3 days ago
Still reproducible with Wt 4.12.2 (also in former versions, checked down to 4.11.4).
STR:
- run attached
main.cpp right click a
WTableViewpress a key other than
Escape(refer totv.keyWentDown().connect(...)
--> no trace "_mnuContext->aboutToHide"
- right click a
WTableView - right click an other cell
--> no trace "_mnuContext->aboutToHide"
- right click a
WTableView - hover the item "submenu"
- hover the item "context"
--> no trace "_mnuSub->aboutToHide"
- right click a
WTableView - hover the item "submenu"
- click the item "subitem"
--> no trace "_mnuSub->aboutToHide", just "_mnuContext->aboutToHide"
Actions