server/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
core.json Remove empty js.js 2019-05-15 10:40:53 +02:00
installation.js
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
mimetypelist.js
publicshareauth.js
select2-toggleselect.js
setup.js
setupchecks.js adviced should be advised 2019-08-23 07:01:45 -04:00
share.js
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
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
sharesocialmanager.js
sharetemplates.js Fix updating the password of a link share when passwords are enforced 2019-01-29 20:26:22 +01:00
update.js