Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74459

wasm: QComboBox does not work properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • None
    • 5.13.0 Alpha 1
    • None
    • WebAssembly

    Description

      Add code to the dialog.CPP file of the widgets_wiggly project

      QComboBox *combo=new QComboBox;
      combo->addItem("Add");
      combo->addItem("Sub");
      combo->addItem("Mul");
      combo->addItem("Div");
      combo->setCurrentIndex(0);
      layout->addWidget(combo);

      After opening in the browser, click the drop-down arrow of QComboBox, and the browser will crash.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            qaymuic wu wenping
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes