Page MenuHomePhabricator

[Bug] Transparent keyboard being used on Create account flow on dark mode
Closed, InvalidPublic

Description

Steps to reproduce
Change reading theme to dark
Log out of your account
Tap on create account
Scroll mid way down the form

Expected results
Keyboard is dark, but opaque

Actual results
Keyboard is dark and transparent
https://www.usertesting.com/v/c37429e7-067f-4bbe-bf44-8c5d2680f0f9?encrypted_video_handle=gXlkeRDhkvakMmujH9ATng&shared=22mnn2s9#/notes

Event Timeline

We're using UIKeyboardAppearanceDark throughout the app in dark mode. It's translucent everywhere, but just extra apparent on the create account screen due to the white captcha field. There's no built-in way to make it opaque.

@JoeWalsh ah okay, wow, that CAPTCHA is bright...

Should I close this as invalid?