nextcloud/core/js
Daniel Calviño Sánchez cb93af6675
Ignore Enter key up event on menu button toggles
Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-08-28 09:46:02 +02:00
..
dist Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
files Make sure we have a proper node before parsing 2019-04-15 13:04:51 +02:00
login Fix loginflow with apptoken enter on iOS 2019-01-04 21:51:36 +01:00
public Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundle 2019-01-30 13:56:01 +01:00
share Fix updating the password of a link share when passwords are enforced 2019-01-29 20:26:22 +01:00
systemtags Move core/systemtags to webpack 2019-02-11 08:47:44 +01:00
tests adviced should be advised 2019-08-23 07:01:45 -04:00
backgroundjobs.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
core.json Remove empty js.js 2019-05-15 10:40:53 +02:00
installation.js load showpassord.js conditionally in the template only if needed 2014-12-16 18:45:37 +01:00
merged-share-backend.js Use import instead of require 2019-01-16 17:03:40 +01:00
merged-template-prepend.json Remove empty js.js 2019-05-15 10:40:53 +02:00
mimetype.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
mimetypelist.js Add missing compiled mimetype list - see #10135 2018-10-01 15:54:02 +02:00
publicshareauth.js Move public auth page over 2018-06-20 08:53:37 +02:00
select2-toggleselect.js Added system tags GUI in sidebar 2016-01-19 16:24:26 +01:00
setup.js Set nonce for loading the zxcvbn 2018-10-03 17:05:01 +02:00
setupchecks.js adviced should be advised 2019-08-23 07:01:45 -04:00
share.js Add type for room shares 2018-08-08 14:25:43 +02:00
shareconfigmodel.js Move oc_appconfig/OC.appConfig to the main bundle 2019-05-06 13:36:23 +02:00
sharedialoglinkshareview.js Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capabilities 2019-05-13 21:30:01 +02:00
sharedialogresharerinfoview.js Move OC.Share to compiled handlebars 2018-10-04 09:53:45 +02:00
sharedialogshareelistview.js Deprecate oc_current_user, fix usage and move currentUser to the bundle 2019-05-08 09:44:51 +02:00
sharedialogview.js Remove auto focus of share input field on dialog open, fix #15261 2019-06-14 14:07:57 +02:00
shareitemmodel.js Merge pull request #12105 from nextcloud/using-resharing-right-to-display-shares 2018-11-04 21:08:11 +01:00
sharesocialmanager.js Allow social sharing to specify if a new window is opened 2017-04-20 16:32:46 +02:00
sharetemplates.js Fix updating the password of a link share when passwords are enforced 2019-01-29 20:26:22 +01:00
update.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00