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

QComboBoxPrivate::_q_returnPressed should use the QCompleter::completionRole() instead of Qt::EditRole

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • 4.6.0
    • None
    • Widgets: Itemviews
    • None

      When a QCompleter is used on a QComboBox where duplicates are not allowed, pressing the [Return] key will search the QComboBox for duplicates before emitting the activated signals. The function currently uses QComboBox::findText() for the searching which has a hardcoded role of Qt::EditRole, but it should ask the QCompleter for the completionRole() and search there instead.

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

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            jabarron Jason Barron
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes