This bug was fixed in the package webbrowser-app -
0.23+17.04.20170310-0ubuntu1

---------------
webbrowser-app (0.23+17.04.20170310-0ubuntu1) zesty; urgency=medium

  [ Alexandre Abreu ]
  * Explicitely define Ctrl+R as the refresh shortcut for the browser
    (LP: #1593877)

  [ Andrew Hayzen ]
  * Use the new TabsBar component from Ubuntu.Components.Extras

  [ Florian Boucault ]
  * Add Peekier to available search engines (LP: #1649673)
  * Bookmarks and history: increased font size one level
  * Make new tabs opened in the background to be placed next to the tab
    requesting them instead of at the end of the list of tabs (LP: #1499780)
  * Enable predictive text in address bar (LP: #1378750)
  * Fix issue with new tab page sometimes never being unloaded (LP: #1659435)
  * Snap: embed ubuntu-ui-extras by building it from source
  * Improved UX for <select> dropdowns in web content
  * Store and restore on startup the size of each window (LP: #1312892)
  * Do not go fullscreen if already fullscreen (LP: #1665727)
  * Do not rely on qmake as webbrowser is CMake based

  [ Jeremy Bicha ]
  * Drop "Open a " prefix from .desktop Actions (LP: #1668699)

  [ Matthieu James ]
  * Updated browser icon (LP: #1358050)

  [ Michael Terry ]
  * Properly set the APP_ID variable for the snappy world

  [ Olivier Tilloy ]
  * Use the no-system-libraries build attribute instead of specifying extra
    stage packages
  * Move snapcraft.yaml to snap directory (new in snapcraft 2.26)
  * Add a desktop UA override for dailymotion.com (LP: #1662826)
  * Log oxide and chromium versions at app startup
  * Add UA overrides for google photos (desktop and mobile) (LP: #1665926)
  * Explicitly plug to the "mir" interface (LP: #1662145)
  * Add "ibus" and "nvidia" apparmor abstractions to webbrowser-app apparmor
    profile
  * Additional holes in generated apparmor profile to allow webbrowser-app
    to run under unity8 in zesty (LP: #1590561)

 -- Olivier Tilloy <olivier.til...@canonical.com>  Fri, 10 Mar 2017
15:35:28 +0000

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  While researching why

  https://code.launchpad.net/~santoshbit2007/webbrowser-
  app/webcontainer_shortcut_fix/+merge/297355

  wasn't working for me I found that there is an inconsistency and
  confusion apparently in the Reload shortcuts in this branch and in the
  current webbrowser.

  For a given shortcut,

  StandardKey.Refresh

  as seen here:

  http://bazaar.launchpad.net/~phablet-team/webbrowser-
  app/trunk/view/head:/src/app/webbrowser/Browser.qml#L2086

  actually is platform dependant, and could refer to either F5, F5 AND
  Ctrl+r or Ctrl+r,

  When running the webbrowser-app tests or the tests for  the webapp-
  container branch above besides failing for me, they also report
  ambiguous events (ambiguous in the sense of
  http://doc.qt.io/qt-5/qshortcutevent.html#QShortcutEvent) which means
  that there is an overloaded shortcut. And there is since
  StandardKey.Refresh is redundant with F5 on my setup (Ubuntu 16.04
  with canadian keyboard),

  Check for the Refresh keyboard shortcut there

  http://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to