New issue
Advanced search Search tips

Issue 780936 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

WorkspaceControllerTest.WindowEdgeMouseHitTestPanel fails only in mash

Project Member Reported by jdufault@chromium.org, Nov 2 2017

Issue description

WorkspaceControllerTest.WindowEdgeMouseHitTestPanel starts failing only in mash when the shelf is moved to LockScreenRelatedContainers (instead of NonLockScreenContianers) because event targeting is focusing the shelf instead of the panel. This only happens when a ShelfButton instance is created

https://chromium-review.googlesource.com/c/chromium/src/+/726240 is the CL that introduces the regression, because flipping views-lock on by default moves the shelf container.

The test is verifying that events outside of the panel get redirected to the panel. Only the event below the panel is redirected to the shelf.
 
Components: UI>Shell

Sign in to add a comment