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

[Android]: When a combobox is editable then clicking on the arrow does not show the popup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.4.2
    • 5.4.1
    • QPA
    • None
    • Android
    • 8a60f57462cab5203aae5892a590a8bf767acd63

    Description

      [Android]: When a combobox is editable then clicking on the arrow does not show the popup.

      To reproduce this the following patch is needed:

      --- a/examples/widgets/widgets/lineedits/window.cpp
      +++ b/examples/widgets/widgets/lineedits/window.cpp
      @@ -53,7 +53,7 @@ Window::Window()
           echoComboBox->addItem(tr("Password"));
           echoComboBox->addItem(tr("PasswordEchoOnEdit"));
           echoComboBox->addItem(tr("No Echo"));
      -
      +   echoComboBox->setEditable(true);
           echoLineEdit = new QLineEdit;
           echoLineEdit->setPlaceholderText("Placeholder Text");
           echoLineEdit->setFocus();
      

      Attachments

        For Gerrit Dashboard: QTBUG-44931
        # Subject Branch Project Status CR V

        Activity

          People

            andysh Andy Shaw
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes