nextcloud/core
Daniel Calviño Sánchez bcc54d06a1 Fix persistent tooltip in the "new folder" input of the file picker
When a new folder is tried to be created in the file picker dialog a
tooltip is shown on the input if the folder name exists already.
However, this tooltip was not cleared, so it was still shown even if the
name was fixed, the folder was created and then the "New folder" input
was shown again.

Now the tooltip is cleared as soon as the input changes, as keeping it
shown in that case did not provide any benefit either (and it is
consistent with how the "new folder" input works in the Files app view).

The input is also cleared whenever the menu that shows the input is
opened again, as otherwise the tooltip would be still shown if the menu
was closed and opened again without changing the input (and the menu
could be opened again after changing to another directory where the new
folder name is no longer duplicated).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-21 07:36:36 +00:00
..
ajax Do not print verbose info about app updates if there are none 2021-11-22 02:24:59 +00:00
BackgroundJobs Update php licenses 2021-06-04 22:02:41 +02:00
Command Allow to delete non-migrated previews instead of moving them 2021-12-09 22:59:38 +00:00
Controller Hide user status from public 2021-11-24 10:33:33 +00:00
css Only add the vue exeption to actual button elements 2021-12-07 01:13:21 +01:00
Data Update php licenses 2021-06-04 22:02:41 +02:00
Db Profile backend 2021-10-19 04:59:35 +00:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
Exception Update php licenses 2021-06-04 22:02:41 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img Profile backend 2021-10-19 04:59:35 +00:00
js Fix persistent tooltip in the "new folder" input of the file picker 2021-12-21 07:36:36 +00:00
l10n [tx-robot] updated from transifex 2021-11-08 02:33:09 +00:00
Middleware Fix setting up 2FA when no providers are set up but backup codes 2021-12-13 15:59:27 +00:00
Migrations Migrate profile_config id column to bigint 2021-12-15 19:30:15 +00:00
Notification Update php licenses 2021-06-04 22:02:41 +02:00
Service Update php licenses 2021-06-04 22:02:41 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src Fix persistent tooltip in the "new folder" input of the file picker 2021-12-21 07:36:36 +00:00
templates Add profile templates 2021-10-18 08:59:16 +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 Add an index for selecting the next job 2021-12-02 10:26:43 +00:00
register_command.php Move queries to the joblist 2021-10-14 09:57:16 +02:00
routes.php Add an OCS endpoint for the hovercard contact actions 2021-10-20 10:22:40 +02:00
shipped.json Add circles as shipped app 2021-05-26 21:24:30 +02:00
strings.php core: add more strict_types 2021-04-26 12:44:37 +02:00
webpack.js Profile frontend 2021-10-19 04:59:36 +00:00