Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch keyplane failed when the responder is a UITextField with secureTextEntry enabled and the language setting is non-English. #47

Closed
NSFish opened this issue Mar 16, 2016 · 3 comments

Comments

@NSFish
Copy link

NSFish commented Mar 16, 2016

The switch keyplane key's accessibilityLabel on Software keyboard triggered by normal UITextField is "more, numbers" or "more, letters" in any language setting.
But with secureTextEntry enabled, the accessibilityLabel of the key will be localized, which failed every test related to this.
Currently I'm using KIF's mechanism to bypass this, which directly calls the first responder view's "setText:" method.

Great solution for UITesting,thx:)

@khandpur
Copy link
Collaborator

Thanks for reporting this @NSFish

The bug you reported seems very similar to an existing one: #31 . Would you say there's any other additonal information that should be added there?

@NSFish
Copy link
Author

NSFish commented Mar 18, 2016

Nope. @khandpur

@khandpur
Copy link
Collaborator

Marking this as a duplicate of #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants