← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1326752] Re: contextual menu is displayed even if contextualActions is empty

 

** Changed in: webbrowser-app
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1326752

Title:
  contextual menu is displayed even if contextualActions is empty

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug 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
      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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1326752/+subscriptions


References