[browser] Address bar and tabs disappears when loading a page
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
New
|
High
|
Bill Filler | ||
Oxide |
Triaged
|
High
|
Unassigned |
Bug Description
Test case.
- Open webbrowser app in a phone device.
- Introduce a URL in the address box.
Expected result.
- The address bar is always kept visible.
Actual result.
- While the page is loading, the address bar disappears for a moment. This is annoying, specially when the address box is being used to enter a new address.
current build number: 36
device name: krillin
channel: ubuntu-
webbrowser-app:
Installed: 0.23+15.
Candidate: 0.23+15.
Version table:
*** 0.23+15.
1001 http://
liboxideqtcore0:
Installed: 1.19.7-
Candidate: 1.19.7-
Version table:
*** 1.19.7-
1001 http://
tags: | added: qa-silo |
Changed in oxide: | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: next-candidates |
Changed in canonical-devices-system-image: | |
milestone: | none → u8c-2 |
Changed in oxide: | |
assignee: | nobody → Olivier Tilloy (osomon) |
summary: |
- Address bar disappears when loading a page + [browser] Address bar and tabs disappears when loading a page |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → High |
tags: | added: unity8-desktop |
Changed in oxide: | |
assignee: | Olivier Tilloy (osomon) → nobody |
I initially suspected that it might be webbrowser-app not handling well the chrome, but I can reliably observe the issue on my desktop with oxide 1.19.7 running the simple QML example attached.
Open it with qmlscene and click on the red rectangle at the top to load new pages. It can be clearly seen that the rectangle briefly disappears before being painted again when loading a new page, and the console output shows that the offset indeed briefly changes to -100 and then to 0 again. The offset shouldn’t change.