nextcloud/core/js
Daniel Calviño Sánchez 50d948daf4 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-29 09:42:21 +02:00
..
dist remove unncessary code block in share recommendations 2019-08-02 01:05:15 +02:00
files Make sure we have a proper node before parsing 2019-04-15 12:07:59 +00: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 Do not show a internet connectivity warning if internet access is disabled 2019-06-28 08:55:11 +00:00
backgroundjobs.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
core.json Adjust OCP.Collaboration 2019-03-01 20:56:17 +01:00
installation.js load showpassord.js conditionally in the template only if needed 2014-12-16 18:45:37 +01:00
js.js Ignore Enter key up event on menu button toggles 2019-08-29 09:42:21 +02:00
login.js Clears the local storage after logout 2019-01-29 09:02:52 +01:00
lostpassword.js Generic message on password reset 2019-01-15 15:53:43 +01:00
maintenance-check.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
merged-login.json Merge login JS 2017-03-24 21:18:24 +01:00
merged-share-backend.js Use import instead of require 2019-01-16 17:03:40 +01:00
merged-template-prepend.json Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundle 2019-01-30 13:56:01 +01: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
oc-dialogs.js Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filename 2019-04-01 22:29:55 +02:00
oc-requesttoken.js Do not add sensitive request headers for cross domain requests 2015-09-15 11:42:13 +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 Do not show a internet connectivity warning if internet access is disabled 2019-06-28 08:55:11 +00:00
share.js Add type for room shares 2018-08-08 14:25:43 +02:00
shareconfigmodel.js Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled() 2018-10-09 07:58:06 +02:00
sharedialoglinkshareview.js Improve the share link password error feedback with a red border 2019-04-16 11:54:04 +00:00
sharedialogresharerinfoview.js Move OC.Share to compiled handlebars 2018-10-04 09:53:45 +02:00
sharedialogshareelistview.js Use property to check if a share entry is shared with the current user 2018-11-02 12:10:48 +01:00
sharedialogview.js remove unncessary code block in share recommendations 2019-08-02 01:05:15 +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
singleselect.js Quota bar fix on user list 2017-09-27 22:13:19 +02:00
update.js Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
visitortimezone.js Save the timezone on login again 2016-12-08 10:45:24 +01:00