Open
Bug 1240864
Opened 10 years ago
Updated 3 years ago
Search for URL, not load it
Categories
(Firefox for iOS :: General, defect)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: stek29, Unassigned)
Details
(Whiteboard: [parity-android])
Attachments
(4 files)
125.69 KB,
image/jpeg
|
Details | |
86.31 KB,
image/jpeg
|
Details | |
113.47 KB,
image/jpeg
|
stek29
:
ui-review+
|
Details |
104.07 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20160105164030
Steps to reproduce:
Enable search suggestions
Type something that let you see any domain in suggestions ("example." in yahoo)
Tap suggestion ("example.org", second(!) in list)
Actual results:
It opens site ("example.org")
Expected results:
Search it (Open "https://search.yahoo.com/yhs/search?p=example.org")
That's very annoying for nondomains like C libraries, to search for "stdlib.h" I need to add something to query, or I'll see "A server with the specified hostname could not be found." error :(
Updated•10 years ago
|
tracking-fxios:
--- → ?
Comment 3•10 years ago
|
||
I seem to remember Brian working on this on Android… what do we do there, Brian?
Flags: needinfo?(bnicholson)
Comment 4•10 years ago
|
||
Same thing -- any single-word result containing a period is considered a domain. We do already have a list of TLDs on iOS, so we could theoretically do a filter with those to make the detection more accurate.
One difference on Android is that the first search suggestion result is always exactly whatever the user typed, but clicking it *always* triggers a search. We don't currently have the query-as-a-suggestion pill on iOS.
Flags: needinfo?(bnicholson)
There is buttons row with different search engines, so I could type domain and search for it by tapping on one of these.
But there's no engine which is set to default now. But there's loupe icon, and it allows you to open search setup.
So maybe it's better to allow search by tapping on that?
Or even better: add "open url" button for domains: when user inputs correct url/domain just after search suggestions would be block which opens it.
I mean block like history and bookmark suggestions.
It's suggestion from history
Attachment #8712027 -
Flags: ui-review+
It would be great if "foobar.com" would show here like "example.com" in previous screenshot.
Updated•10 years ago
|
Rank: 8
Hardware: Other → All
Summary: Search for url, not load it → Search for URL, not load it
Whiteboard: [parity-android]
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•