Activity log for bug #1326752

Date Who What changed Old value New value Message
2014-06-05 11:21:38 Olivier Tilloy bug added bug
2014-06-05 11:22:35 Olivier Tilloy webbrowser-app: assignee Olivier Tilloy (osomon)
2014-06-05 11:24:38 Olivier Tilloy description This can be reproduced with a sample QML application that has the following main view: import QtQuick 2.0 import Ubuntu.Components.Extras.Browser 0.2 WebView { url: "http://ubuntu.com" } Launch the application and long press on any link in the page. Observe that an empty contextual menu is displayed. By default, if the application doesn’t define any contextual actions, no contextual menu should be shown on long press. This can be reproduced with a sample QML application that has the following main view:     import QtQuick 2.0     import Ubuntu.Components.Extras.Browser 0.2     UbuntuWebView {         url: "http://ubuntu.com"     } Launch the application and long press on any link in the page. Observe that an empty contextual menu is displayed. By default, if the application doesn’t define any contextual actions, no contextual menu should be shown on long press.
2014-06-05 11:50:04 Launchpad Janitor branch linked lp:~osomon/webbrowser-app/empty-contextual-menu
2014-06-05 11:52:11 Olivier Tilloy webbrowser-app: status New In Progress
2014-06-05 11:52:13 Olivier Tilloy webbrowser-app: importance Undecided Medium
2014-06-06 00:28:21 Launchpad Janitor branch linked lp:ubuntu/utopic-proposed/webbrowser-app
2014-06-06 00:49:04 Launchpad Janitor webbrowser-app (Ubuntu): status New Fix Released
2014-07-01 14:07:22 Olivier Tilloy webbrowser-app: status In Progress Fix Released