In the mocks, when you select a user to unlock that user's PIN keyboard may appear. There will only be one PIN keyboard active at any given time, but that keyboard may appear under different users. Let's implement said multi-user support. So if we have three users, two of which have a PIN keyboard enabled, we should be able to click each user and have the previous user's PIN keyboard fade away and the new user's PIN keyboard fade in. This bug can ignore the actual contents of the PIN keyboard itself (excluding the input box). Some helpful links: 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
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a8e4ad8678760fe8d08c24ad1788347990042b34 commit a8e4ad8678760fe8d08c24ad1788347990042b34 Author: sammiequon <sammiequon@chromium.org> Date: Fri Jul 29 20:57:49 2016 Multi-pod support for lock screen. BUG= 616536 Review-Url: https://codereview.chromium.org/2129253002 Cr-Commit-Position: refs/heads/master@{#408734} [modify] https://crrev.com/a8e4ad8678760fe8d08c24ad1788347990042b34/ui/login/account_picker/user_pod_row.css [modify] https://crrev.com/a8e4ad8678760fe8d08c24ad1788347990042b34/ui/login/account_picker/user_pod_row.js [modify] https://crrev.com/a8e4ad8678760fe8d08c24ad1788347990042b34/ui/login/account_picker/user_pod_template.html
Comment 1 by sammiequon@chromium.org
, Jun 22 2016