Files.app: Reset hidden state of default commands when input elements are focused.
commitb181a7749b8ec5eaa7aad6e42db9bdf0fc450bda
authorfukino <fukino@chromium.org>
Wed, 9 Sep 2015 09:07:04 +0000 (9 02:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Sep 2015 09:07:47 +0000 (9 09:07 +0000)
tree8a18cf75d9789b9055e3ad5c0c8414fe5cc63892
parent2514eb9bbfbc540984221304b02eb33704082adb
Files.app: Reset hidden state of default commands when input elements are focused.

paste command's hidden property is set true when one directory is focused.
However, it will not be reset when an input is focused just after on directory is focused,
because different handler (forceDefaultHandler) handles canExecute event when inputs are focused.
All cut/copy/paste/delete commands should be shown in input element,
so this CL reset the hidden property of them.

BUG=528843
TEST=manually tested on rename input, search input, and filename input on save-as dialog.

Review URL: https://codereview.chromium.org/1312583009

Cr-Commit-Position: refs/heads/master@{#347870}
ui/file_manager/file_manager/foreground/js/file_manager_commands.js