View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002801 | NetSurf | GTK-specific | public | 2020-12-07 07:52 | 2024-05-27 13:03 | ||||
Reporter | Witold Baryluk | ||||||||
Assigned To | kinnison | ||||||||
Severity | feature | Reproducibility | always | ||||||
Status | resolved | Resolution | fixed | ||||||
Platform | Linux amd64 | OS | Linux | OS Version | Linux 5.9.9, X11 | ||||
Product Version | 3.10 | ||||||||
Target Version | Fixed in Version | 3.12 | |||||||
Summary | 0002801: Non-URLs in URL bar, should forward to search in current / default search engine | ||||||||
Description | I think this is self explanatory. All modern browsers for almost a decade, do a search in a search engine, for text entered in the URL bar, instead of trying to fetch the URL. It makes interface way more user friendly in majority of cases, and in some cases even allows to remove the separate field for the search input. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in CI build # | |||||||||
Reported in CI build # | |||||||||
URL of problem page | |||||||||
Attached Files |
|
Notes | |
Witold Baryluk (reporter) 2020-12-07 07:56 |
One of the heuristic to trigger this, is to try to parse the string, and see if in the first "word", are there any dots, or it doesn't resolve name, or after it there is a space and not : or /, then it can't be a hostname or DNS name either. Other obvious way is to simply try to parse using existing mechanism, and if it fails, just assume it is not URL. |
Witold Baryluk (reporter) 2020-12-07 07:57 |
I just noticed in options "Search from URL bar". But enabling it, it sill behaves the same way. |
kinnison (administrator) 2024-05-27 13:03 |
We have fixed nsurl to not accept bad urls which should improve search-from-urlbar. it won't be everything you might want; but it'll definitely be better. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-07 07:52 | Witold Baryluk | New Issue | |
2020-12-07 07:53 | Witold Baryluk | File Added: Screenshot at 2020-12-07 07-53-25.png | |
2020-12-07 07:56 | Witold Baryluk | Note Added: 0002300 | |
2020-12-07 07:57 | Witold Baryluk | Note Added: 0002301 | |
2024-05-27 13:03 | kinnison | Assigned To | => kinnison |
2024-05-27 13:03 | kinnison | Status | new => resolved |
2024-05-27 13:03 | kinnison | Resolution | open => fixed |
2024-05-27 13:03 | kinnison | Fixed in Version | => 3.12 |
2024-05-27 13:03 | kinnison | Note Added: 0002459 |