Stop blocking the mousedown event of left click when closing context menu.
This change will enable to choose a file and close a context menu simultaneously by a single click in the file list of the Files app. Before this change, only the mousedown event of a left click which dismisses the context menu of cr.ui was blocked its propagation. It was introduced by https://codereview.chromium.org/1431103003, which was been directed to 487194 and 507681. This change will partially remove the change made by that, however, I think Issue 507681 was resolved by the change to apps_page.js, and 487194 was done by that of title_page.js in the original change. I confirmed that the both issues doesn't reappear by this change. BUG=679982 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2800383002 Cr-Commit-Position: refs/heads/master@{#464285}
Showing
Please register or sign in to comment