]> source.dussan.org Git - nextcloud-server.git/commit
Fix blurring of invalid file name on rename
authorVincent Petry <pvince81@owncloud.com>
Mon, 23 Jun 2014 14:35:11 +0000 (16:35 +0200)
committerVincent Petry <pvince81@owncloud.com>
Mon, 23 Jun 2014 14:35:11 +0000 (16:35 +0200)
commit7d4747ea1692f42b9ae007cf5da654a95c610ec3
treebd580d068fd479bb7ef96d3b107eefd8653e796e
parent8c8209828126a55b9bf775e00cbc14d7ef7db5ae
Fix blurring of invalid file name on rename

When renaming to an existing file name, blurring the field should not
remove it.

This fix keeps the field until escape is pressed instead of replacing it
with a broken empty space.
apps/files/js/filelist.js
apps/files/tests/js/filelistSpec.js