Files app: Clicking a file/folder doesn't select it when context menu is open. |
||||||||
Issue descriptionWhat 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.
,
Mar 15 2017
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).
,
Mar 21 2017
,
Mar 22 2017
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.
,
Mar 22 2017
,
Apr 13 2017
,
Apr 13 2017
The fix for this issue https://codereview.chromium.org/2800383002/ has been merged to master.
,
May 9 2017
ChromeOS 9534.0.0, 60.0.3092.0 |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by fukino@chromium.org
, Jan 11 2017Components: Platform>Apps>FileManager
Labels: -Pri-3 Pri-2
Status: Available (was: Aval)