Summary: | 'Protocol not supported' error message on middle click in tabs | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ralph Janke <txwikinger> |
Component: | tabbing | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | david.heijkamp, finex, zahl |
Priority: | NOR | ||
Version: | 4.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: |
Description
Ralph Janke
2008-02-13 00:42:24 UTC
true in trunk ~4.2.71 Bug confirmed in KDE 4.4.5 The problem only occurs when you don't have a default search engine configured under Web Shortcuts. The same behaviour happens when -- without a default search engine configured -- you enter a non-URL in the address bar. N.B. Checked with KDE SC 4.5.4 / Qt 4.7.1 / Fedora 14. Git commit b1b13ebbfdde78248297d286ad454b19d08666a0 by Dawit Alemayehu. Committed on 21/10/2011 at 19:15. Pushed by adawit into branch 'KDE/4.7'. - Prevent KonqMisc::konqFilteredURL from reparsing _url when the filtering test fails. Since the filtering failure means _url is definitely invalid. - Prevent both KonqFrameTabs::slotMouseMiddleClick functions from opening a URL when it is not valid or is an error URL. BUG: 157753 FIXED-IN: 4.7.3 REVIEW: 102931 M +12 -13 konqueror/src/konqmisc.cpp M +3 -3 konqueror/src/konqtabs.cpp http://commits.kde.org/kde-baseapps/b1b13ebbfdde78248297d286ad454b19d08666a0 Git commit 934607bda94cae74531d1ea4628b6cc0e38de01e by Dawit Alemayehu. Committed on 21/10/2011 at 19:15. Pushed by adawit into branch 'master'. - Prevent KonqMisc::konqFilteredURL from reparsing _url when the filtering test fails. Since the filtering failure means _url is definitely invalid. - Prevent both KonqFrameTabs::slotMouseMiddleClick functions from opening a URL when it is not valid or is an error URL. BUG: 157753 FIXED-IN: 4.7.3 REVIEW: 102931 (cherry picked from commit b1b13ebbfdde78248297d286ad454b19d08666a0) M +12 -13 konqueror/src/konqmisc.cpp M +3 -3 konqueror/src/konqtabs.cpp http://commits.kde.org/kde-baseapps/934607bda94cae74531d1ea4628b6cc0e38de01e |