Actions
Bug #13798
closed
MS
RM
Submenu does not open if browser window is too narrow
Bug #13798:
Submenu does not open if browser window is too narrow
Start date:
06/24/2025
Due date:
% Done:
100%
Estimated time:
Description
Affected: WPopupMenu of Wt 4.11.4 (regardless of Gecko or Chromium engine)
STR:
unique_ptr<WPopupMenu> submenu{make_unique<WPopupMenu>()};
submenu->addItem("subitem with longer label 1111111111111111111");
unique_ptr<WPopupMenu> dropdown{make_unique<WPopupMenu>()};
dropdown->addItem("submenu")->setMenu(move(submenu));
unique_ptr<WMenu> mainmenu{make_unique<WMenu>()};
mainmenu->addMenu("item", move(dropdown));
- make browser window very narrow
- click "item"
- hover or click "submenu"
--> nothing happens
MV Updated by Matthias Van Ceulebroeck about 1 year ago
- Target version set to 4.12.2
MV Updated by Matthias Van Ceulebroeck about 1 year ago
- Related to Bug #13075: Large popup menus go off screen at the top added
MV Updated by Matthias Van Ceulebroeck about 1 year ago
Verify that #13075 did not change this (regression), or whether this is pre-existing.
SB Updated by Stefan Bn about 1 year ago
Maybe this WPopupMenu issue is also related here? #7974
RM Updated by Romain Mardulyn about 1 year ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
RM Updated by Romain Mardulyn about 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
MV Updated by Matthias Van Ceulebroeck 11 months ago
- Assignee set to Matthias Van Ceulebroeck
MV Updated by Matthias Van Ceulebroeck 11 months ago
Hi Stefan, this is not related to the bug you reported. It's a similar check that ought to occur, but under different circumstances.
MV Updated by Matthias Van Ceulebroeck 10 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
RM Updated by Romain Mardulyn 7 months ago
- Status changed from Implemented @Emweb to Closed
Actions