[Bug 1593877] Re: Reload shortcut is redundant and ambiguous

2017-03-15 Thread Launchpad Bug Tracker
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  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   Fri, 10 Mar 2017
15:35:28 +

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1593877] Re: Reload shortcut is redundant and ambiguous

2017-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-
zesty-2504

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1593877] Re: Reload shortcut is redundant and ambiguous

2017-02-06 Thread Launchpad Bug Tracker
** Branch linked: lp:webbrowser-app/staging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1593877] Re: Reload shortcut is redundant and ambiguous

2017-02-06 Thread Olivier Tilloy
I couldn’t observe the issue when running webbrowser-app on unity7, but
I got hit by it on unity8 (reported by Bill as bug #1661690). I’ve
verified that the proposed change fixes the issue indeed. Thanks!

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1593877] Re: Reload shortcut is redundant and ambiguous

2016-06-17 Thread Alexandre Abreu
** Description changed:

  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 Reload keyboard shortcut there
+ Check for the Refresh keyboard shortcut there
  
  http://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts

** Branch linked: lp:~abreu-alexandre/webbrowser-app/browser-keyboard-
refresh-shortcut

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1593877

Title:
  Reload shortcut is redundant and ambiguous

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs