Project

General

Profile

Actions

Bug #13798

open

Submenu does not open if browser window is too narrow

Added by Michael Seibt 29 days ago. Updated 7 days ago.

Status:
Review
Priority:
Normal
Assignee:
-
Target version:
Start date:
06/24/2025
Due date:
% Done:

0%

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

Related issues 1 (0 open1 closed)

Related to Bug #13075: Large popup menus go off screen at the topClosedRomain Mardulyn10/02/2024

Actions
Actions #1

Updated by Matthias Van Ceulebroeck 15 days ago

  • Target version set to 4.12.2
Actions #2

Updated by Matthias Van Ceulebroeck 15 days ago

  • Related to Bug #13075: Large popup menus go off screen at the top added
Actions #3

Updated by Matthias Van Ceulebroeck 15 days ago

Verify that #13075 did not change this (regression), or whether this is pre-existing.

Actions #4

Updated by Stefan Bn 14 days ago

Maybe this WPopupMenu issue is also related here? #7974

Actions #5

Updated by Romain Mardulyn 8 days ago

  • Status changed from New to InProgress
  • Assignee set to Romain Mardulyn
Actions #6

Updated by Romain Mardulyn 7 days ago

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)
Actions

Also available in: Atom PDF