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

Bug 1417864 - Don't use the URL keyboard in custom search title #3466

Closed

Commits on Dec 24, 2017

  1. Don't use the URL keyboard in custom search title

    Previously, `CustomSearchEngineTextView` set the keyboard type of every
    text view it created to `.URL`, which prevented spaces being entered
    using the keyboard.
    
    This commit changes that text field so that it uses the standard
    keyboard, but with word-based autocapitalization so custom search
    titles are title-cased.
    alyssais committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    e93ee08 View commit details
    Browse the repository at this point in the history