Details
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 |
108039,4 | [Android]: Ensure clicking on the arrow shows the popup | 5.4 | qt/qtbase | Status: MERGED | +2 | 0 |