New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 679982 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Files app: Clicking a file/folder doesn't select it when context menu is open.

Project Member Reported by fukino@chromium.org, Jan 11 2017

Issue description

What steps will reproduce the problem?
(1) Select a file and open context menu by right click.
(2) Click another file.

What is the expected result?
The context menu is closed and the clicked file is selected.

What happens instead?
The context menu is closed, but the file selection doesn't change.
 

Comment 1 by fukino@chromium.org, Jan 11 2017

Cc: yamaguchi@chromium.org oka@chromium.org fukino@chromium.org
Components: Platform>Apps>FileManager
Labels: -Pri-3 Pri-2
Status: Available (was: Aval)
Labels: OS-Chrome
This happens only with left-clicking another file, but not the file icon (the one that works as the checkbox in the list view mode).
Owner: yamaguchi@chromium.org
Status: Started (was: Available)
Labels: -Pri-2 Pri-3
Status: Untriaged (was: Started)
I investigated and I found this should have existed more than 1.3 years ago.
https://codereview.chromium.org/1431103003
Also the fix will not be simple because it's caused by a code shared with chrome://apps (on desktop Chrome).
So I think this should be Pri 3.

Note:
- right click works because it is propagated as usual
- icon checkbox works because mouse up event is propagated
- the behavior of context menu in Chrome browser depends on each platform, the browser in Chrome OS propagates the mouse down event even when closing context menu.

Comment 5 by fukino@chromium.org, Mar 22 2017

Owner: ----
Status: Available (was: Untriaged)
Owner: yamaguchi@chromium.org
Status: Started (was: Available)
Status: Fixed (was: Started)
The fix for this issue https://codereview.chromium.org/2800383002/ has been merged to master.


Status: Verified (was: Fixed)
ChromeOS 9534.0.0, 60.0.3092.0

Sign in to add a comment