Summary: | Typing text in the search bar sends data although suggestions are disabled | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | bsduck |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jurajoravec |
Priority: | NOR | ||
Version: | 3.1.0 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | https://invent.kde.org/network/falkon/commit/f5bbdf24e178a7b97cceed27718da96a85629834 | Version Fixed In: | 22.08.2 |
Sentry Crash Report: |
Description
bsduck
2021-06-28 17:05:15 UTC
Confirmed. The suggestions from search engine are JUST not displayed while the search engine is always being contacted. Git commit f5350dbe41cc4c6dfc513b7d50a09b8099d1fa2e by Juraj Oravec. Committed on 10/09/2022 at 09:10. Pushed by jurajo into branch 'master'. Searchbar: Fix show suggestions handling Do not contact search engine when suggestions are disabled. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +13 -2 src/lib/navigation/websearchbar.cpp M +2 -0 src/lib/navigation/websearchbar.h https://invent.kde.org/network/falkon/commit/f5350dbe41cc4c6dfc513b7d50a09b8099d1fa2e Git commit f5bbdf24e178a7b97cceed27718da96a85629834 by Juraj Oravec. Committed on 10/09/2022 at 09:42. Pushed by jurajo into branch 'release/22.08'. Searchbar: Fix show suggestions handling Do not contact search engine when suggestions are disabled. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +13 -2 src/lib/navigation/websearchbar.cpp M +2 -0 src/lib/navigation/websearchbar.h https://invent.kde.org/network/falkon/commit/f5bbdf24e178a7b97cceed27718da96a85629834 Thank you Juraj for fixing! |