← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

Public bug reported:

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.

** Affects: webbrowser-app
     Importance: Undecided
     Assignee: Olivier Tilloy (osomon)
         Status: New

** Changed in: webbrowser-app
     Assignee: (unassigned) => Olivier Tilloy (osomon)

** Description changed:

  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";
-     }
+     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.

-- 
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:
  New

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


Follow ups

References