nextcloud/core
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
..
BackgroundJobs Login flow V2 2019-02-25 07:24:50 +01:00
Command Fix appid argument for integrity:check-app 2019-06-25 19:37:17 +00:00
Controller Return first value from $users 2019-07-10 10:18:03 +00: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 Login flow V2 2019-02-25 07:24:50 +01:00
Middleware No need to check 2fa state on apptoken logins 2019-02-20 17:40:40 +01:00
Migrations Remove method stubs 2019-05-07 22:07:54 +00:00
Notification Repair step for link shares 2019-04-17 10:17:28 +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 Fix mobile menu over app-content 2019-06-11 13:26:14 +00:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts Add woff2 format of Nunito for better performance in modern browsers 2018-10-19 20:19:34 +02:00
img Add projects icon 2019-04-09 08:30:48 +02:00
js Ignore Enter key up event on menu button toggles 2019-08-29 09:42:21 +02:00
l10n [tx-robot] updated from transifex 2019-08-29 02:15:00 +00:00
search Allow search unregister 2019-03-01 08:39:53 +01:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src Temporary fix for project translations 2019-06-13 16:08:14 +02:00
templates Only add the app-itunes-app tag if the id is set 2019-08-23 19:19:27 +00:00
vendor Remove core.js 2019-01-09 15:02:00 +01:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-25 13:45:24 +02:00
Application.php Repair step for link shares 2019-04-17 10:17:28 +02:00
register_command.php Enable multiple apps at once 2019-02-19 21:03:00 +01:00
routes.php Allow to send the password of protected conversations 2019-05-07 08:42:17 +00:00
shipped.json Update shipped.json to include privacy, recommendations, viewer 2019-05-17 08:49:46 +00:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00
webpack.js Move jquery-ui-fixes to bundle 2019-02-14 13:31:49 +01:00