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

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

Open
ghost opened this issue Feb 21, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 21, 2018

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.

@ghost ghost added the enhancement label Feb 21, 2018
@ghost ghost self-assigned this Feb 21, 2018
@ghost ghost added the good first issue label Jul 10, 2018
@ghost ghost modified the milestone: Beta Launch Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants