Summary: | Make currently typed text in the URL-Bar recoverable | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Franz Trischberger <franz.trischberger> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | thomas.sisson.1 |
Priority: | NOR | ||
Version: | latest git snapshot | ||
Target Milestone: | 0.10 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rekonq/d8e66449a62a2758d07b7b90f40a2470e440a3e8 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Key_Esc sets typed string to the UrlBar.
Key Up on first and Down on last don't activate a ListItem, but only set _typedString to the UrlBar. |
Description
Franz Trischberger
2012-06-23 09:02:35 UTC
Ah, I see - navigating to the Search Line gives me the actually typed text back in the URL-Bar. I don't know if that is so intuitive. Furthermore pressing "Esc" should not only hide the completion list but set the text the user actually typed. (Don't know if "firefox does it, too" is an argument :D) Created attachment 72088 [details]
Key_Esc sets typed string to the UrlBar.
Created attachment 72089 [details]
Key Up on first and Down on last don't activate a ListItem, but only set _typedString to the UrlBar.
Hi Franz, and many thanks for your "assisted" bug reporting. Unfortunately there are a couple of problems with your patches. The first one (Key_Esc set typed string to the Urlbar) changes rekonq behavior, that has been explicitely requested this way. I think that firefox is a step behind in this case. Anyway, to fix the bug reported here, I think the second one is enough. Thoughts? (In reply to comment #4) > Anyway, to fix the bug reported here, I think the second one is enough. > Thoughts? Of course it is OK with just the second patch. Git commit d8e66449a62a2758d07b7b90f40a2470e440a3e8 by Andrea Diamantini. Committed on 26/06/2012 at 00:44. Pushed by adjam into branch 'master'. Ensure users can recover typed text in the urlbar PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D REVIEWED-BY: adjam M +28 -20 src/urlbar/completionwidget.cpp http://commits.kde.org/rekonq/d8e66449a62a2758d07b7b90f40a2470e440a3e8 *** Bug 311654 has been marked as a duplicate of this bug. *** |