ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #09531
[Bug 1593877] [NEW] Reload shortcut is redundant and ambiguous
Public bug reported:
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
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, 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:
New
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 Reload 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
Follow ups