Skip to content

Keyboard search controls no longer work on master docs site #7214

Closed as not planned
@justinmc

Description

@justinmc

Describe the problem

Keyboard controls recently don't work on the search field in master., but they do in api..

To reproduce

  1. Visit a page on the master docs, such as https://master-api.flutter.dev/flutter/rendering/RenderObject/showOnScreen.html.
  2. Focus the search field in the top right.
  3. Type a query, like "Container".
  4. Try to use the enter key to go to the first result, or the arrow keys to select a result.

Expected: Keyboard works.
Actual: Nothing happens.

Currently the api. docs site still has correct behavior and works fine with the steps above: https://api.flutter.dev/flutter/rendering/RenderObject/showOnScreen.html

Expected fix

Keyboard controls should still work!

Additional context

I can navigate results using the keyboard on api. like this, but on master nothing happens:

Screen Shot 2022-05-31 at 11 32 54 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    infra.designRelates to the design of docs.flutter.dev

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions