Activity log for bug #1593877

Date Who What changed Old value New value Message
2016-06-17 20:49:58 Alexandre Abreu bug added bug
2016-06-17 20:55:57 Alexandre Abreu 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 Reload keyboard shortcut there http://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts 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
2016-06-17 20:58:01 Alexandre Abreu branch linked lp:~abreu-alexandre/webbrowser-app/browser-keyboard-refresh-shortcut
2017-02-06 22:13:04 Olivier Tilloy webbrowser-app (Ubuntu): status New Triaged
2017-02-06 22:13:09 Olivier Tilloy webbrowser-app (Ubuntu): importance Undecided Medium
2017-02-06 22:13:19 Olivier Tilloy webbrowser-app (Ubuntu): assignee Alexandre Abreu (abreu-alexandre)
2017-02-06 22:18:04 Olivier Tilloy webbrowser-app (Ubuntu): status Triaged In Progress
2017-02-06 22:28:16 Launchpad Janitor branch linked lp:webbrowser-app/staging
2017-02-20 17:57:56 Launchpad Janitor branch linked lp:~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-zesty-2504
2017-03-15 17:16:22 Launchpad Janitor webbrowser-app (Ubuntu): status In Progress Fix Released