| Summary: | konqueror crashes when clicking in last entry of the suggestion box in search toolbar | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Zé <mmodem00> |
| Component: | searchbarplugin | Assignee: | Arend van Beelen jr. <arendjr> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Zé
2011-02-05 04:31:43 UTC
Git commit 713462a0cda593dd2c85bb0c221aba332f84edff by David Faure. Committed on 11/02/2011 at 00:57. Pushed by dfaure into branch 'KDE/4.6'. Fix many problems in the completion box of the searchbar * clearSuggestions was crashing to due unexpected reentrancy (takeItem -> currentTextChanged -> textEdited -> clearSuggestions) BUG: 265484 * completion box would pop up -after- hitting return, so it would eat the first click in the webpage BUG: 231213 * pressing the mouse on a suggestion item would also lead to a text change which would clear suggestions, hard to use; solved by not doing this while the mouse button is down. This problem still kind of happens with key down/up, but isn't solvable under the current KLineEdit logic of "choosing text in completion popup is equivalent to typing it". M +27 -12 konq-plugins/searchbar/searchbar.cpp M +1 -0 konq-plugins/searchbar/searchbar.h http://commits.kde.org/kde-baseapps/713462a0cda593dd2c85bb0c221aba332f84edff |