https://bugs.kde.org/show_bug.cgi?id=425865

Chris Holland <zrenf...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/qqc2-desktop-style/c
                   |                            |ommit/2d8d877373e088f94675a
                   |                            |0d1fc969bf6dd048a26
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Chris Holland <zrenf...@gmail.com> ---
Git commit 2d8d877373e088f94675a0d1fc969bf6dd048a26 by Chris Holland.
Committed on 13/10/2020 at 15:04.
Pushed by cholland into branch 'master'.

ComboBox.contentItem must be a QQuickTextInput to fix autocomplete

See QQuickComboBoxPrivate::updateEditText()
https://github.com/qt/qtquickcontrols2/blob/dev/src/quicktemplates2/qquickcombobox.cpp#L426

By removing the MouseArea previously in the contentItem, we lose the
ability to press+hold+drag to select a drop down item.

A MouseArea has been added to the background component to capture
wheel events in a similar pattern to PlasmaComponents3.ComboBox.

The ComboBox previously closed the popup when releasing the click to
open the dropdown when editable=true.

M  +56   -107  org.kde.desktop/ComboBox.qml
M  +7    -0    tests/testComboBox.qml

https://invent.kde.org/frameworks/qqc2-desktop-style/commit/2d8d877373e088f94675a0d1fc969bf6dd048a26

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to