[browser] increase width of URL field
Bug #1365056 reported by
Giorgio Venturi
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
Medium
|
James Mulholland | ||
webbrowser-app |
Invalid
|
High
|
Unassigned | ||
webbrowser-app (Ubuntu) |
In Progress
|
High
|
Riccardo Padovani | ||
webbrowser-app (Ubuntu RTM) |
Confirmed
|
High
|
Unassigned |
Bug Description
In the browser top bar, increase the width used by the URL field when the user is editing a URL
- Remove the buttons like Refresh or back that the user does not need when in this state.
Note: This will require having the refresh action available in the keyboard, see UX Spec
Related branches
lp://staging/~rpadovani/webbrowser-app/addressBarFullWidth
Ready for review
for merging
into
lp://staging/webbrowser-app
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Olivier Tilloy: Needs Fixing
-
Diff: 162 lines (+33/-5)5 files modifieddebian/control (+2/-0)
src/app/webbrowser/AddressBar.qml (+10/-2)
src/app/webbrowser/Chrome.qml (+9/-3)
tests/autopilot/webbrowser_app/tests/test_addressbar_states.py (+10/-0)
tests/autopilot/webbrowser_app/tests/test_suggestions.py (+2/-0)
Changed in ubuntu-ux: | |
importance: | Medium → Wishlist |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
tags: | added: rtm-14 |
Changed in ubuntu-ux: | |
status: | In Progress → Fix Committed |
description: | updated |
Changed in webbrowser-app: | |
assignee: | nobody → Olivier Tilloy (osomon) |
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Olivier Tilloy (osomon) |
Changed in ubuntu-ux: | |
importance: | Wishlist → Medium |
description: | updated |
tags: | removed: rtm-14 |
tags: | added: rtm-14 |
tags: | removed: rtm-14 |
tags: | added: ota-1 |
tags: | added: design-gap |
Changed in webbrowser-app: | |
assignee: | Olivier Tilloy (osomon) → Riccardo Padovani (rpadovani) |
Changed in webbrowser-app (Ubuntu): | |
assignee: | Olivier Tilloy (osomon) → Riccardo Padovani (rpadovani) |
Changed in webbrowser-app: | |
status: | New → In Progress |
Changed in webbrowser-app: | |
importance: | Undecided → High |
Changed in webbrowser-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in webbrowser-app (Ubuntu RTM): | |
status: | New → Confirmed |
Changed in ubuntu-ux: | |
assignee: | Giorgio Venturi (giorgio-venturi) → James Mulholland (jamesjosephmulholland) |
Changed in webbrowser-app (Ubuntu): | |
importance: | Undecided → High |
Changed in webbrowser-app (Ubuntu RTM): | |
importance: | Undecided → High |
Changed in webbrowser-app: | |
assignee: | Riccardo Padovani (rpadovani) → nobody |
status: | In Progress → Invalid |
To post a comment you must log in.
ATM it's impossible to have reload button on keyboard. We can change enter key on keyboard using InputMethod. extensions, but to change icon we need to unfocus the textfield and focus it again, because enter button doesn't change in realtime.
We need to change it while user is typing, because we want to switch between reload button (when there is the same address) and enter button.
I opened bug 1384278 against keyboard about this