Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 14477010: Partial fix for keyboard occlusion. (Closed)

Created:
7 years, 8 months ago by bryeung
Modified:
7 years, 7 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Partial fix for keyboard occlusion. This fixes three aspects of keyboard occlusion. When the keyboard is showing: - full-screen windows are resized to still be 100% visible - panels are moved above the keyboard - the shelf is hidden This CL does not address: - moving focused text fields into view in web pages BUG=235157 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197129

Patch Set 1 #

Total comments: 4

Patch Set 2 : review comments #

Patch Set 3 : rename Changed->Changing #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : move Observer out of inner class #

Patch Set 6 : gyp fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -6 lines) Patch
M ash/root_window_controller.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 2 3 4 4 chunks +15 lines, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 4 chunks +24 lines, -2 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.h View 1 2 3 4 5 chunks +11 lines, -1 line 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 2 3 4 4 chunks +29 lines, -2 lines 0 comments Download
A ui/keyboard/keyboard_controller_observer.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
sadrul
Does this take care of dialog boxes with text fields that may be hidden by ...
7 years, 8 months ago (2013-04-24 22:56:24 UTC) #1
bryeung
No. If I understand the question, both of those cases would require moving the window/dialog ...
7 years, 8 months ago (2013-04-25 14:49:55 UTC) #2
sadrul
> No. If I understand the question, both of those cases would require moving the ...
7 years, 8 months ago (2013-04-26 02:54:16 UTC) #3
bryeung
Thanks Sadrul. +ben for OWNERS https://codereview.chromium.org/14477010/diff/1/ash/shelf/shelf_layout_manager.cc File ash/shelf/shelf_layout_manager.cc (right): https://codereview.chromium.org/14477010/diff/1/ash/shelf/shelf_layout_manager.cc#newcode706 ash/shelf/shelf_layout_manager.cc:706: keyboard_bounds_.height(), On 2013/04/26 02:54:16, ...
7 years, 8 months ago (2013-04-26 13:44:50 UTC) #4
bryeung
ping
7 years, 7 months ago (2013-04-29 15:53:11 UTC) #5
Ben Goodger (Google)
lgtm https://codereview.chromium.org/14477010/diff/12001/ui/keyboard/keyboard_controller.h File ui/keyboard/keyboard_controller.h (right): https://codereview.chromium.org/14477010/diff/12001/ui/keyboard/keyboard_controller.h#newcode36 ui/keyboard/keyboard_controller.h:36: class Observer { avoid nested classes, they can't ...
7 years, 7 months ago (2013-04-29 16:16:38 UTC) #6
bryeung
Thanks Ben: moved the Observer out. https://codereview.chromium.org/14477010/diff/12001/ui/keyboard/keyboard_controller.h File ui/keyboard/keyboard_controller.h (right): https://codereview.chromium.org/14477010/diff/12001/ui/keyboard/keyboard_controller.h#newcode36 ui/keyboard/keyboard_controller.h:36: class Observer { ...
7 years, 7 months ago (2013-04-29 18:31:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/14477010/17001
7 years, 7 months ago (2013-04-29 18:31:54 UTC) #8
commit-bot: I haz the power
Failed to trigger a try job on linux_chromeos_clang HTTP Error 400: Bad Request
7 years, 7 months ago (2013-04-29 18:37:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/14477010/18014
7 years, 7 months ago (2013-04-29 18:37:32 UTC) #10
commit-bot: I haz the power
7 years, 7 months ago (2013-04-29 20:52:58 UTC) #11
Message was sent while issue was closed.
Change committed as 197129

Powered by Google App Engine
This is Rietveld 408576698