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

David Faure <fa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kco
                   |velop/e6ee67c23ae333d2ea412 |mpletion/31f226116f99bcf40d
                   |9bf507c5a389684c960         |dc67fe6328594d5fb46222

--- Comment #3 from David Faure <fa...@kde.org> ---
Git commit 31f226116f99bcf40ddc67fe6328594d5fb46222 by David Faure, on behalf
of Dan Weatherill.
Committed on 19/01/2018 at 08:48.
Pushed by dfaure into branch 'master'.

Fix incorrect emission of textEdited() by KLineEdit

The unit test of kLineEdit was previously checking incorrectly that
textEdited _HAD_ been emitted when the text is changed with setText().
This is undesired behaviour.
This patch fixes the unit test, and changes the problematic behaviour by
removing the extra emission of textEdited in the private signal
_k_textChanged.
In addition this is the underlying cause of a bug in kdevelop (and
probably several others).
Related: bug 388798

M  +28   -3    autotests/klineedit_unittest.cpp
M  +0    -1    src/klineedit.cpp

https://commits.kde.org/kcompletion/31f226116f99bcf40ddc67fe6328594d5fb46222

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

Reply via email to