Skip to content

Inconsistent enter key behaviour #198

@cknowles

Description

@cknowles

The enter key seems to submit for some APIs but not others. Taking the pet store example:

  • The first three POSTs use enter for a new line in the request body. This is understandable.
  • "Updated user" PUT uses enter for submit. It's in the "/user" section.
  • "Get user by user name" GET uses enter for submit. It's in the "/user" section.
  • "Logs user into the system" GET doesn't seem to do anything on pressing enter. It's in the "/user" section.
  • "Find pet by ID" GET uses enter for submit. It's in the "/pet" section.
  • "Finds Pets by tags" GET uses enter for submit. It's in the "/pet" section.

I'm using the latest consumer version of Chrome 26.0.1410.64m and the current master with the petstore example at http://petstore.swagger.wordnik.com/api/api-docs.json.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions