Merge lp:~osomon/webbrowser-app/workaround-empty-toolbar into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 444
Merged at revision: 444
Proposed branch: lp:~osomon/webbrowser-app/workaround-empty-toolbar
Merge into: lp:webbrowser-app
Diff against target: 18 lines (+6/-1)
1 file modified
src/app/webcontainer/WebApp.qml (+6/-1)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/workaround-empty-toolbar
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Łukasz Zemczak Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+202617@code.launchpad.net

Commit message

Work around bug #1270848 in a different manner to avoid introducing another regression.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Working good, tested on the IMDB webapp - toolbar appears, can be revealed and has the back button all the time. Workaround is ok as well.

review: Approve
Revision history for this message
David Barth (dbarth) wrote :

works fine as well here, tested with Twitter, Facebook a couple of new click webapps as well: all good, no apparent regressions.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/webcontainer/WebApp.qml'
2--- src/app/webcontainer/WebApp.qml 2014-01-20 15:06:48 +0000
3+++ src/app/webcontainer/WebApp.qml 2014-01-22 08:59:25 +0000
4@@ -51,9 +51,14 @@
5 }
6 ]
7
8- Item {
9+ Page {
10 anchors.fill: parent
11
12+ // Work around https://bugs.launchpad.net/webbrowser-app/+bug/1270848 and
13+ // https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1271436.
14+ // The UITK is trying too hard to be clever about the header and toolbar.
15+ flickable: null
16+
17 WebViewImpl {
18 id: webview
19

Subscribers

People subscribed via source and target branches

to status/vote changes: