New issue
Advanced search Search tips

Issue 612221 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Feature

Blocking:
issue 603217



Sign in to add a comment

Make the pin keyboard align with the mocks on the lock screen

Project Member Reported by jdufault@chromium.org, May 16 2016

Issue description

The pin keyboard needs show up underneath a user pod row, not next to one,  as shown in the mocks at [1].

To enable the PIN keyboard on the lock screen, set kShowPinKey to true (see [2]).

The keyboard is implemented at [3]. It's currently added to the DOM at [4]. My guess is that you will want to add it instead at [5].

1: go/cros-quick-unlock-ux
2: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc&l=144
3: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
4: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/resources/chromeos/login/screen_container.html
5: https://code.google.com/p/chromium/codesearch#chromium/src/ui/login/account_picker/user_pod_template.html
 
More specifically, let's focus this bug on implementing just the animation. The ultimate goal is that we can enable/disable the PIN keyboard from a JavaScript call and have it animate/out nicely.
Status: Started (was: Assigned)
Status: Fixed (was: Started)
Project Member

Comment 5 by bugdroid1@chromium.org, Jun 24 2016

Status: WontFix (was: Fixed)
design changed.

Sign in to add a comment