[browser] keyboard navigation from url search should populate field
Bug #1677258 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
In Progress
|
High
|
Bill Filler | ||
webbrowser-app (Ubuntu) |
In Progress
|
High
|
Florian Boucault |
Bug Description
when searching from the url field, we should populate the url field with the search results when using arrow key to navigate the result list.
For example:
1) type pastebin.ub
2) results show me
http://
http://
3) use the arrow keys to navigate
Expected results:
the url field should be populated with the entry that has been navigated to. The enter button should not be executed so user can modify the url that is in the field
Actual results:
nothing is populated in the url field until a search result is selected, and this executes the search giving user no opportunity to edit the url string
Related branches
lp://staging/~fboucault/webbrowser-app/address_bar_populate_selected_suggestion
Ready for review
for merging
into
lp://staging/webbrowser-app/staging
- Ubuntu Phablet Team: Pending requested
-
Diff: 349 lines (+125/-47)4 files modifiedsrc/app/webbrowser/Browser.qml (+47/-3)
src/app/webbrowser/NavigationBar.qml (+1/-1)
src/app/webbrowser/Suggestions.qml (+9/-1)
tests/qmltests/webbrowser-app/tst_Suggestions.qml (+68/-42)
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Florian Boucault (fboucault) |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
milestone: | none → u8c-2 |
Changed in webbrowser-app (Ubuntu): | |
status: | New → Confirmed |
tags: | added: unity8-desktop |
tags: | added: next-candidates |
Changed in webbrowser-app (Ubuntu): | |
status: | Confirmed → In Progress |
tags: | added: current-milestone |
summary: |
- keyboard navigation from url search should populate field + [browser] keyboard navigation from url search should populate field |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → High |
status: | New → In Progress |
To post a comment you must log in.