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

Issue 672590 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Mustash: App List bounds should be updated when the keyboard is shown.

Project Member Reported by mfomitchev@chromium.org, Dec 8 2016

Issue description

ash::AppListPresenterDelegate listens to keyboard bounds changing via OnKeyboardBoundsChanging callback and adjusts the app list bounds accordingly using keyboard::KeyboardController::current_keyboard_bounds(). We need a similar behavior implemented in Mustash.

moshayedi@: Do you know if there is an existing mojo interface we can use for these purposes?
 
Do you mean for listening to keyboards bounds? Maybe KeyboardObserver in ui/keyboard/keyboard.mojom can be useful.

Awesome, thanks Hadi! Looks like that's what we need:

 OnKeyboardStateChanged(bool is_enabled,
                         bool is_visible,
                         uint64 display_id,
                         gfx.mojom.Rect bounds);
Components: Internals>Services>Ash
Labels: -Proj-Mustash-Mash

Sign in to add a comment