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

Prevent corrections and completions in search field #20381

Merged
merged 1 commit into from Jun 7, 2021

Commits on Jun 7, 2021

  1. Prevent corrections and completions in search field

    In particular mobile browsers use correction mechanisms on input fields.
    Search will often be done with technical terms or even class/method/etc
    names that these correction mechanisms do not know, resulting in
    unwanted changes. This PR deactivates these correction mechanisms.
    
    I've also reported this upstream to sphinx at
    sphinx-doc/sphinx#9307. See there for more
    background.
    
    Our current theme uses customized templates, so we have to adapt this
    ourselves.
    
    You can also that this is working by accessing the CI built docs with
    a mobile device, and compare that with the released docs.
    timhoffm committed Jun 7, 2021
    Copy the full SHA
    98ef540 View commit details
    Browse the repository at this point in the history