nextcloud-server/apps
Daniel Calviño Sánchez 372e7acfaf Fix closing menu on second click in sharing page
When a "mouseup" event was triggered on any element except on the share
menu or its descendants the share menu was closed. The share menu toggle
is not a descendant of the share menu, so clicking on it when the share
menu was shown closed it by removing its "open" CSS class. However, once
that happened the click event was then handled by the share menu toggle,
which toggled the "open" CSS class in the share menu and thus added it
again. So, from the user point of view, nothing happened when clicking
on the share menu toggle if the share menu was open.

Now a "mouseup" event on the share menu toggle no longer closes the
share menu, and thus toggling the "open" CSS class when handling the
"click" event works as expected.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-21 12:37:35 +01:00
..
admin_audit Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
comments Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
dav Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
encryption Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
federatedfilesharing Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
federation Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
files Merge pull request #7527 from nextcloud/fix-drag-shadow-not-visible-when-dragging-a-file-on-a-narrow-screen 2017-12-15 13:52:09 +01:00
files_external Merge pull request #7556 from nextcloud/smb-stat-exception 2017-12-18 22:31:05 +01:00
files_sharing Fix closing menu on second click in sharing page 2017-12-21 12:37:35 +01:00
files_trashbin Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
files_versions Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
lookup_server_connector Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
oauth2 Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
provisioning_api Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
sharebymail Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
systemtags Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
testing Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
theming Fix tests 2017-12-18 21:06:52 +01:00
twofactor_backupcodes Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
updatenotification Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +01:00
user_ldap Also replace all other occurences 2017-12-18 20:57:11 +01:00
workflowengine [tx-robot] updated from transifex 2017-12-10 01:10:25 +00:00