Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

eventSimulation.keyboardTextInput() should not ignore the current text selection #19

@ghost

Description

This was not yet implemented due to time constraints:

// TODO: for now, text is always inserted at the end of the input, ignoring the current selection

However we now encountered a website which requires this feature to properly insert text into a pre-forrmated text input. The text input looks like <input value="__ / __ / ____">, and javascript on the site ensures that the proper characters are replaced when the user inputs a key.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions