Mash toplevel windows can't be focused when minimized |
||
Issue descriptionTabDragging/DetachToBrowserTabDragControllerTestTouch.PressSecondFingerWhileDetached/0 is still failing. It fails at https://cs.chromium.org/chromium/src/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc?sq=package:chromium&g=0&l=2576, which means the dragged window isn't active after the drag ends. Actually, this test case minimizes the dragged window as for the gesture created through the test input; it falls into https://cs.chromium.org/chromium/src/ash/wm/workspace/workspace_window_resizer.cc?sq=package:chromium&g=0&l=594. However the dragged window gets activated as the result of TabDragController::RestoreFocus (https://cs.chromium.org/chromium/src/chrome/browser/ui/views/tabs/tab_drag_controller.cc?sq=package:chromium&g=0&l=1433). The same code path runs even when SingleProcessMash is enabled, however the window doesn't get activated even Focus() is called.
,
Nov 7
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 7