Summary: | konqueror needs 2 clicks in a link to go after a search | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Zé <mmodem00> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure, thiago |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
Zé
2010-03-18 12:12:59 UTC
I can confirm this issue on trunk too. Note that the search that the reporter is talking about is the search field in the Search toolbar. Is it possible to fix this? Its quite annoying to have to click twice in a link after a search, when using the konqueror search field thats provided by konq-plugins Is this because of the completion popup which is sometimes still visible on the search field, at the time of the first click? (in which case the click simply closes the popup) I don't remember. I only tested this because the reporter insisted that I test. It's now been one year. But I don't think it was that mundane. No, this bug isnt related with the suggestions that are popped in the search filed. This refers to the result of a search that provides severall links, and when clicking in one of those links nothing happens, you need to click twice so that konqueror can go. 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 |