Mac: adding an empty menu won't add it to the menubar

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 8
    • Affects Version/s: 7-pool
    • Component/s: javafx
    • Environment:

      Mac

      The following actions won't produce the desired result:

      Menu m = app.createMenu("Menu");
      menubar.add(m);
      // now populate 'm' with menu items

      Instead the menuitems must be added before adding the menu to the menubar. This looks like a bug.

            Assignee:
            Artem Ananiev (Inactive)
            Reporter:
            Anthony Petrov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: