nextcloud/core/src
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
..
OC Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
OCA Add OC and OCA namespace declarations to the bundle 2019-01-28 13:32:34 +01:00
OCP Rename parameter in OCP.Toast for consistency with OC.Notification 2019-07-12 16:15:05 +02:00
Polyfill Add wrapper for removed tooltip functions 2019-03-07 10:48:26 +01:00
Util Vueify the login page 2019-05-29 11:05:16 +02:00
components Force proper action for login form 2019-08-19 09:32:13 +02:00
jquery Move OC.requestToken to the bundle, deprecate oc_requesttoken 2019-05-13 08:27:43 +02:00
mixins Vueify the login page 2019-05-29 11:05:16 +02:00
views Move actual password reset to vue 2019-07-31 09:19:07 +02:00
globals.js Move OC.theme to the bundle and deprecate oc_defaults 2019-05-14 11:14:29 +02:00
init.js CSS: adjust media query breakpoint to improve tablet readability 2019-05-30 08:28:30 +02:00
login.js Move actual password reset to vue 2019-07-31 09:19:07 +02:00
main.js Move initCore to the bundle 2019-05-10 13:47:21 +02:00
maintenance.js Migrate the maintenance script to a modern module and bundle 2019-05-16 16:45:00 +02:00
session-heartbeat.js Move OC.requestToken to the bundle, deprecate oc_requesttoken 2019-05-13 08:27:43 +02:00