nextcloud/core
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
..
BackgroundJobs Login flow V2 2019-02-25 07:24:50 +01:00
Command Mimetype list integrity check should not fail if it's changed (#15810) 2019-07-07 20:01:58 +02:00
Controller Stop if there is no encrypted token 2019-08-18 19:58:50 +02:00
Data Login flow V2 2019-02-25 07:24:50 +01:00
Db Login flow V2 2019-02-25 07:24:50 +01:00
Exception Use proper exception in lostController 2019-07-27 20:12:16 +02:00
Middleware Allow 2FA to be setup on first login 2019-05-17 10:11:53 +02:00
Migrations Add DB table to extend filecache with metadata etag, creation time and upload time 2019-07-15 16:58:44 +02:00
Notification Fix new core notifier 2019-07-15 15:14:58 +02:00
Service Login flow V2 2019-02-25 07:24:50 +01:00
ajax Remove trailing spaces from localized strings 2019-02-15 11:26:52 +01:00
css prevent the server's app-navigation's css to overrule the scoped css in vue components 2019-08-06 08:45:19 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts Move font from Nunito to Noto Sans 2019-06-22 11:23:44 +02:00
img Add enterprise logo 2019-07-15 16:45:53 +02:00
js Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
l10n [tx-robot] updated from transifex 2019-08-28 02:15:26 +00:00
search Fix left-alignment of other results on search 2019-08-26 16:17:35 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
templates Only add the app-itunes-app tag if the id is set 2019-08-23 16:17:09 +02:00
vendor Remove core.js 2019-01-09 15:02:00 +01:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php Keep the old method as a fallback and adjust the tests 2019-07-16 11:36:32 +02:00
register_command.php Stop decryption when maintenance mode is enabled, fixes #8311 2019-05-21 09:24:50 +02:00
routes.php Remote wipe support 2019-05-20 20:50:27 +02:00
shipped.json Remove files_texteditor from shipped apps 2019-07-24 14:16:17 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00
webpack.js Unify webpack config 2019-05-29 15:19:18 +02:00